Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
1f2844c0
Unverified
Commit
1f2844c0
authored
Mar 06, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
⬆
vditor -> 0.4.0
parent
2598922f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+1
-1
src/main/webapp/admin/admin-index.ftl
src/main/webapp/admin/admin-index.ftl
+1
-1
src/main/webapp/js/lib/vditor-0.4.0/index.min.js
src/main/webapp/js/lib/vditor-0.4.0/index.min.js
+2
-2
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+1
-1
src/main/webapp/js/page.min.js
src/main/webapp/js/page.min.js
+1
-1
No files found.
package-lock.json
View file @
1f2844c0
...
...
@@ -5343,9 +5343,9 @@
"dev"
:
true
},
"vditor"
:
{
"version"
:
"0.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-0.
3
.0.tgz"
,
"integrity"
:
"sha512-
+sh+w1lsAh5UQ5/l0puuALO1MMpI+kgHCueKG6WQAh9sxmlJtxVAIiuQwS+Qb3+uGCbWKOIBI37+Z2Bc6fCVSA
=="
,
"version"
:
"0.
4
.0"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-0.
4
.0.tgz"
,
"integrity"
:
"sha512-
BjyBy0Nq2HUZ5IReZrIvEp5Ggu8kKua3aqTUEb5m11NP+i/ERPjxGcszGPYA4GdpSMxJQbuy+d0IQUwdV5GzrQ
=="
,
"requires"
:
{
"turndown"
:
"^5.0.3"
,
"turndown-plugin-gfm"
:
"^1.0.2"
...
...
package.json
View file @
1f2844c0
...
...
@@ -36,6 +36,6 @@
"
gulp-uglify
"
:
"
^3.0.1
"
},
"dependencies"
:
{
"
vditor
"
:
"
^0.
3
.0
"
"
vditor
"
:
"
^0.
4
.0
"
}
}
src/main/webapp/admin/admin-index.ftl
View file @
1f2844c0
...
...
@@ -167,7 +167,7 @@
</div>
</div>
<script
src=
"${staticServePath}/js/lib/compress/admin-lib.min.js"
></script>
<script
src=
"${staticServePath}/js/lib/vditor-0.
3
.0/index.min.js"
></script>
<script
src=
"${staticServePath}/js/lib/vditor-0.
4
.0/index.min.js"
></script>
<script
src=
"${staticServePath}/js/common${miniPostfix}.js"
></script>
<
#if
""
==
miniPostfix
>
<script
src=
"${staticServePath}/js/admin/admin.js"
></script>
...
...
src/main/webapp/js/lib/vditor-0.
3
.0/index.min.js
→
src/main/webapp/js/lib/vditor-0.
4
.0/index.min.js
View file @
1f2844c0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/js/page.js
View file @
1f2844c0
...
...
@@ -105,7 +105,7 @@ $.extend(Page.prototype, {
if
(
typeof
Vditor
===
'
undefined
'
)
{
$
.
ajax
({
method
:
'
GET
'
,
url
:
latkeConfig
.
staticServePath
+
'
/js/lib/vditor-0.
3
.0/index.min.js
'
,
url
:
latkeConfig
.
staticServePath
+
'
/js/lib/vditor-0.
4
.0/index.min.js
'
,
dataType
:
'
script
'
,
cache
:
true
,
async
:
false
,
...
...
src/main/webapp/js/page.min.js
View file @
1f2844c0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment