Commit b166a363 authored by Liang Ding's avatar Liang Ding

升级 Vditor

parent c08621af
......@@ -8684,9 +8684,9 @@
}
},
"vditor": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.0.tgz",
"integrity": "sha512-rDWmAT+VuvwGIEmw5KI+4+/C0ijjNCFwPupAHXuAUGMYM1z8WBbLnu4lmxVjqwacDXUrjZfaNyfKsDpQ/RChrw==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.1.tgz",
"integrity": "sha512-mkyKNKhzpyeBYYjnD9u6Fbo8zYpXbHd416IJi9hiDfocgH39KeWLnm42uIr+XschfQF7w6vewcLD55D+knOYCQ==",
"requires": {
"diff-match-patch": "^1.0.4"
}
......
......@@ -55,6 +55,6 @@
"nprogress": "^0.2.0",
"uvstat": "^1.0.7",
"vcmt": "^1.2.0",
"vditor": "^3.2.0"
"vditor": "^3.2.1"
}
}
This diff is collapsed.
......@@ -306,7 +306,7 @@ window.Util = {
loadVditor: function (cb) {
$.ajax({
method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.2.0/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.2.1/dist/index.min.js',
dataType: 'script',
cache: true,
success: () => {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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