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
a5993e21
Unverified
Commit
a5993e21
authored
Sep 18, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
hljs vs chroma
parent
ccf0c42f
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
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/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
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 @
a5993e21
...
...
@@ -8097,9 +8097,9 @@
"integrity"
:
"sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM="
},
"vditor"
:
{
"version"
:
"1.8.
9
"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-1.8.
9
.tgz"
,
"integrity"
:
"sha512-
WetgTcj5lDwA+BDkSDnwqZfXYwL4YbAEHLZfU3pFvyhhTagq3Hw4CTO4aZaq0d5q4g37nzADNjL3BpZVuVQpnA
=="
,
"version"
:
"1.8.
10
"
,
"resolved"
:
"https://registry.npmjs.org/vditor/-/vditor-1.8.
10
.tgz"
,
"integrity"
:
"sha512-
DVObEr5/OHUwx3r2xosPQ+GtNg4BQfThjVRlw6JexhJ/a6U+J7HP5/7N/tQ243Nrj4p6U4MdcmM8fzYml69Qcw
=="
,
"requires"
:
{
"abcjs"
:
"^5.8.0"
,
"diff-match-patch"
:
"^1.0.4"
,
...
...
package.json
View file @
a5993e21
...
...
@@ -36,6 +36,6 @@
"
gulp-uglify
"
:
"
^3.0.2
"
},
"dependencies"
:
{
"
vditor
"
:
"
^1.8.
9
"
"
vditor
"
:
"
^1.8.
10
"
}
}
src/main/webapp/admin/admin-index.ftl
View file @
a5993e21
...
...
@@ -165,7 +165,7 @@
</div>
</div>
<script
src=
"${staticServePath}/js/lib/compress/admin-lib.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/vditor@1.8.
9
/dist/index.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/vditor@1.8.
10
/dist/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 @
a5993e21
...
...
@@ -157,7 +157,7 @@ var Util = {
if
(
typeof
Vditor
===
'
undefined
'
)
{
Util
.
addScript
(
'
https://cdn.jsdelivr.net/npm/vditor@1.8.
9
/dist/method.min.js
'
,
'
https://cdn.jsdelivr.net/npm/vditor@1.8.
10
/dist/method.min.js
'
,
'
vditorPreviewScript
'
)
}
...
...
src/main/webapp/js/common.min.js
View file @
a5993e21
This diff is collapsed.
Click to expand it.
src/main/webapp/js/page.js
View file @
a5993e21
...
...
@@ -103,7 +103,7 @@ $.extend(Page.prototype, {
if
(
!
$
(
'
#soloEditorComment
'
).
hasClass
(
'
vditor
'
))
{
var
that
=
this
Util
.
addScript
(
'
https://cdn.jsdelivr.net/npm/vditor@1.8.
9
/dist/index.min.js
'
,
'
https://cdn.jsdelivr.net/npm/vditor@1.8.
10
/dist/index.min.js
'
,
'
vditorScript
'
)
var
toolbar
=
[
'
emoji
'
,
...
...
src/main/webapp/js/page.min.js
View file @
a5993e21
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/admin.css
View file @
a5993e21
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/base.css
View file @
a5993e21
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/start.css
View file @
a5993e21
This diff is collapsed.
Click to expand it.
skins
@
8d942045
Subproject commit
2fbe6d9f89f8bc086dce1fabb4800420944c1e8
1
Subproject commit
8d942045922f2b2304f8346d40b491295145ce4
1
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