Commit 1121c9e7 authored by Liang Ding's avatar Liang Ding

Merge remote-tracking branch 'origin/dev' into dev

parents d53f194c 2c3131f3
...@@ -8684,9 +8684,9 @@ ...@@ -8684,9 +8684,9 @@
} }
}, },
"vditor": { "vditor": {
"version": "3.2.1", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.1.tgz", "resolved": "https://registry.npmjs.org/vditor/-/vditor-3.2.3.tgz",
"integrity": "sha512-mkyKNKhzpyeBYYjnD9u6Fbo8zYpXbHd416IJi9hiDfocgH39KeWLnm42uIr+XschfQF7w6vewcLD55D+knOYCQ==", "integrity": "sha512-sGKmwXlIwK7+HuFXxzqms6O4M7huPhV2wLJZV03oCPWfShoAHPpJwI9qzclgNwlTMcTq5mlOEcX4eIooTEsLLg==",
"requires": { "requires": {
"diff-match-patch": "^1.0.4" "diff-match-patch": "^1.0.4"
} }
......
...@@ -55,6 +55,6 @@ ...@@ -55,6 +55,6 @@
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"uvstat": "^1.0.7", "uvstat": "^1.0.7",
"vcmt": "^1.2.0", "vcmt": "^1.2.0",
"vditor": "^3.2.1" "vditor": "^3.2.3"
} }
} }
This diff is collapsed.
...@@ -306,7 +306,7 @@ window.Util = { ...@@ -306,7 +306,7 @@ window.Util = {
loadVditor: function (cb) { loadVditor: function (cb) {
$.ajax({ $.ajax({
method: 'GET', 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', 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.
...@@ -55,7 +55,7 @@ html { ...@@ -55,7 +55,7 @@ html {
} }
body { 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; font-size: 12px;
background-color: #292929; background-color: #292929;
margin: 0; 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