Commit 0339aa2d authored by Van's avatar Van

vditor

parent 2c0d4496
...@@ -8666,9 +8666,9 @@ ...@@ -8666,9 +8666,9 @@
} }
}, },
"vditor": { "vditor": {
"version": "2.2.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-2.2.0.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-2.2.1.tgz",
"integrity": "sha512-fMgk27laxvZKB3XI7L+r7bs2XrrtRqflqUp9ph1erOe1KvIsqXcwFfKzcOq0AIuk6fBICqG6lBX+aFmlDQD4EA==", "integrity": "sha512-vi7c2WviPunCbIwYZAw8gwicrlvtSnKP/5zmGpvi3Pf0PwBx60mjzS6NeyhG7OB/bjtTG+9r3i7l8PI7YfFOoA==",
"requires": { "requires": {
"diff-match-patch": "^1.0.4" "diff-match-patch": "^1.0.4"
} }
......
...@@ -49,6 +49,6 @@ ...@@ -49,6 +49,6 @@
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"uvstat": "^1.0.7", "uvstat": "^1.0.7",
"vcmt": "^1.1.1", "vcmt": "^1.1.1",
"vditor": "^2.2.0" "vditor": "^2.2.1"
} }
} }
This diff is collapsed.
...@@ -307,7 +307,7 @@ window.Util = { ...@@ -307,7 +307,7 @@ window.Util = {
(() => { (() => {
$.ajax({ $.ajax({
method: 'GET', method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/vditor@2.2.0/dist/index.min.js', url: 'https://cdn.jsdelivr.net/npm/vditor@2.2.1/dist/index.min.js',
dataType: 'script', dataType: 'script',
cache: true, cache: true,
success: () => { 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