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
fac9a60c
Unverified
Commit
fac9a60c
authored
Mar 16, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
⬆
parent
78b5d5fd
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
38 additions
and
38 deletions
+38
-38
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/common.js
src/main/webapp/js/common.js
+1
-1
src/main/webapp/js/common.min.js
src/main/webapp/js/common.min.js
+1
-1
src/main/webapp/js/lib/vditor-1.1.10/index.min.js
src/main/webapp/js/lib/vditor-1.1.10/index.min.js
+27
-0
src/main/webapp/js/lib/vditor-1.1.9/index.min.js
src/main/webapp/js/lib/vditor-1.1.9/index.min.js
+0
-27
src/main/webapp/scss/admin.css
src/main/webapp/scss/admin.css
+1
-1
src/main/webapp/scss/base.css
src/main/webapp/scss/base.css
+1
-1
src/main/webapp/scss/start.css
src/main/webapp/scss/start.css
+1
-1
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
package-lock.json
View file @
fac9a60c
...
...
@@ -5762,9 +5762,9 @@
"dev"
:
true
},
"vditor"
:
{
"version"
:
"1.1.
9
"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-1.1.
9
.tgz"
,
"integrity"
:
"sha512-
iY5AHq+1sBJwFRc5FCdUrF+Sp5zGiGYI7j+yGQ6pEPyOFAufAgZQ22Q/lqseCKxgyHfJfxP0WVk5c1k6OqgoPQ
=="
,
"version"
:
"1.1.
10
"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-1.1.
10
.tgz"
,
"integrity"
:
"sha512-
98bvcUXawKPShEUKgBZhBdbqwRRx0uZhvL4uJt5IRf73/6V7FwtUaLiA/cXIIlVjvB3HR1KIHCd/nTeyX04mUg
=="
,
"requires"
:
{
"highlight.js"
:
"^9.15.6"
,
"katex"
:
"^0.10.1"
,
...
...
package.json
View file @
fac9a60c
...
...
@@ -36,6 +36,6 @@
"
gulp-uglify
"
:
"
^3.0.1
"
},
"dependencies"
:
{
"
vditor
"
:
"
^1.1.
9
"
"
vditor
"
:
"
^1.1.
10
"
}
}
src/main/webapp/admin/admin-index.ftl
View file @
fac9a60c
...
...
@@ -167,7 +167,7 @@
</div>
</div>
<script
src=
"${staticServePath}/js/lib/compress/admin-lib.min.js"
></script>
<script
src=
"${staticServePath}/js/lib/vditor-1.1.
9
/index.min.js"
></script>
<script
src=
"${staticServePath}/js/lib/vditor-1.1.
10
/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/common.js
View file @
fac9a60c
...
...
@@ -145,7 +145,7 @@ var Util = {
if
(
!
window
.
Vditor
)
{
var
xhrObj
=
new
XMLHttpRequest
()
xhrObj
.
open
(
'
GET
'
,
latkeConfig
.
staticServePath
+
'
/js/lib/vditor-1.1.
9
/index.min.js
'
,
false
)
'
/js/lib/vditor-1.1.
10
/index.min.js
'
,
false
)
xhrObj
.
setRequestHeader
(
'
Accept
'
,
'
text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
'
)
xhrObj
.
send
(
''
)
...
...
src/main/webapp/js/common.min.js
View file @
fac9a60c
This diff is collapsed.
Click to expand it.
src/main/webapp/js/lib/vditor-1.1.10/index.min.js
0 → 100644
View file @
fac9a60c
This diff is collapsed.
Click to expand it.
src/main/webapp/js/lib/vditor-1.1.9/index.min.js
deleted
100644 → 0
View file @
78b5d5fd
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/admin.css
View file @
fac9a60c
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/base.css
View file @
fac9a60c
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/start.css
View file @
fac9a60c
This diff is collapsed.
Click to expand it.
skins
@
5153f220
Subproject commit
46ced95f464689f5330af59d404eb96c6a28e6d8
Subproject commit
5153f220f2b12dbdaebace2ab90d8f434def5285
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