Commit 2c3131f3 authored by Liyuan Li's avatar Liyuan Li

vditor

parent c665ffbd
......@@ -8684,9 +8684,9 @@
}
},
"vditor": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.1.tgz",
"integrity": "sha512-mkyKNKhzpyeBYYjnD9u6Fbo8zYpXbHd416IJi9hiDfocgH39KeWLnm42uIr+XschfQF7w6vewcLD55D+knOYCQ==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.3.tgz",
"integrity": "sha512-sGKmwXlIwK7+HuFXxzqms6O4M7huPhV2wLJZV03oCPWfShoAHPpJwI9qzclgNwlTMcTq5mlOEcX4eIooTEsLLg==",
"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.1"
"vditor": "^3.2.3"
}
}
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.1/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.2.3/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.
......@@ -55,7 +55,7 @@ html {
}
body {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
font-size: 12px;
background-color: #292929;
margin: 0;
......
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