Commit 1f2844c0 authored by Van's avatar Van

vditor -> 0.4.0

parent 2598922f
...@@ -5343,9 +5343,9 @@ ...@@ -5343,9 +5343,9 @@
"dev": true "dev": true
}, },
"vditor": { "vditor": {
"version": "0.3.0", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-0.3.0.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-0.4.0.tgz",
"integrity": "sha512-+sh+w1lsAh5UQ5/l0puuALO1MMpI+kgHCueKG6WQAh9sxmlJtxVAIiuQwS+Qb3+uGCbWKOIBI37+Z2Bc6fCVSA==", "integrity": "sha512-BjyBy0Nq2HUZ5IReZrIvEp5Ggu8kKua3aqTUEb5m11NP+i/ERPjxGcszGPYA4GdpSMxJQbuy+d0IQUwdV5GzrQ==",
"requires": { "requires": {
"turndown": "^5.0.3", "turndown": "^5.0.3",
"turndown-plugin-gfm": "^1.0.2" "turndown-plugin-gfm": "^1.0.2"
......
...@@ -36,6 +36,6 @@ ...@@ -36,6 +36,6 @@
"gulp-uglify": "^3.0.1" "gulp-uglify": "^3.0.1"
}, },
"dependencies": { "dependencies": {
"vditor": "^0.3.0" "vditor": "^0.4.0"
} }
} }
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,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="${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> <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>
......
...@@ -105,7 +105,7 @@ $.extend(Page.prototype, { ...@@ -105,7 +105,7 @@ $.extend(Page.prototype, {
if (typeof Vditor === 'undefined') { if (typeof Vditor === 'undefined') {
$.ajax({ $.ajax({
method: 'GET', 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', dataType: 'script',
cache: true, cache: true,
async: false, async: false,
......
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