Commit 06645be1 authored by Liang Ding's avatar Liang Ding

升级 Vditor

parent 4f58b518
......@@ -3182,9 +3182,9 @@
"dev": true
},
"diff-match-patch": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.4.tgz",
"integrity": "sha512-Uv3SW8bmH9nAtHKaKSanOQmj2DnlH65fUpcrMdfdaOxUG02QQ4YGZ8AE7kKOMisF7UqvOlGKVYWRvezdncW9lg=="
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz",
"integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw=="
},
"diffie-hellman": {
"version": "5.0.3",
......@@ -8690,9 +8690,9 @@
}
},
"vditor": {
"version": "3.2.8",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.8.tgz",
"integrity": "sha512-DEwQHTLN7GVNlMb/tlBODvg1PpzPAV96vrBmtLE02O8mWNFxla5/VODRLv5+aijobKMn3QXKJjghz6lcGjOYLw==",
"version": "3.2.9",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.9.tgz",
"integrity": "sha512-08Oc7iwT3LvgkGqJ+I5ixeStsdpVtCipjhydyMMYDRlzuCAoxkrcugtP2pdEjRP6xyN3CBBsZxszr6ABwS9McQ==",
"requires": {
"diff-match-patch": "^1.0.4"
}
......
......@@ -55,6 +55,6 @@
"nprogress": "^0.2.0",
"uvstat": "^1.0.7",
"vcmt": "^1.2.1",
"vditor": "^3.2.8"
"vditor": "^3.2.9"
}
}
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.8/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.2.9/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