Commit 3872023c authored by Van's avatar Van

Merge branches '3.6.8-dev' and 'master' of https://github.com/88250/solo into 3.6.8-dev

parents 2f090cda 98a29d30
...@@ -5256,9 +5256,9 @@ ...@@ -5256,9 +5256,9 @@
"dev": true "dev": true
}, },
"vditor": { "vditor": {
"version": "2.0.6", "version": "2.0.7",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-2.0.6.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-2.0.7.tgz",
"integrity": "sha512-R3FYFq9GhojcXdkiUhdIXcX2WyNoSr+R9YQoOvXKPSW0dBIzSDvofq/o/5uxini2AIxsWyBgsAJZlvvVxogm1w==", "integrity": "sha512-VwgBJZSlq2yxEz+3M3RHFB6aV7S4DLguVoZBGUNj/VicYp7lM5wOv0OdMefXiVOeLS8pB4heGha8x7TvXdepNA==",
"requires": { "requires": {
"diff-match-patch": "^1.0.4" "diff-match-patch": "^1.0.4"
} }
......
...@@ -37,6 +37,6 @@ ...@@ -37,6 +37,6 @@
"gulp-terser": "^1.2.0" "gulp-terser": "^1.2.0"
}, },
"dependencies": { "dependencies": {
"vditor": "^2.0.6" "vditor": "^2.0.7"
} }
} }
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
</div> </div>
</div> </div>
<script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script> <script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vditor@2.0.6/dist/index.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vditor@2.0.7/dist/index.min.js"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js"></script> <script src="${staticServePath}/js/common${miniPostfix}.js"></script>
<#if "" == miniPostfix> <#if "" == miniPostfix>
<script src="${staticServePath}/js/admin/admin.js"></script> <script src="${staticServePath}/js/admin/admin.js"></script>
......
...@@ -168,7 +168,7 @@ var Util = { ...@@ -168,7 +168,7 @@ var Util = {
if (typeof Vditor === 'undefined') { if (typeof Vditor === 'undefined') {
Util.addScript( Util.addScript(
'https://cdn.jsdelivr.net/npm/vditor@2.0.6/dist/method.min.js', 'https://cdn.jsdelivr.net/npm/vditor@2.0.7/dist/method.min.js',
'vditorPreviewScript') 'vditorPreviewScript')
} }
......
This diff is collapsed.
...@@ -103,7 +103,7 @@ $.extend(Page.prototype, { ...@@ -103,7 +103,7 @@ $.extend(Page.prototype, {
if (!$('#soloEditorComment').hasClass('vditor')) { if (!$('#soloEditorComment').hasClass('vditor')) {
var that = this var that = this
Util.addScript( Util.addScript(
'https://cdn.jsdelivr.net/npm/vditor@2.0.6/dist/index.min.js', 'https://cdn.jsdelivr.net/npm/vditor@2.0.7/dist/index.min.js',
'vditorScript') 'vditorScript')
var toolbar = [ var toolbar = [
'emoji', 'emoji',
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment