Skip to content

Commit

Permalink
⬆️ vditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Sep 9, 2020
1 parent 04bd3c4 commit 85bdb9f
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"babel-polyfill": "^6.26.0",
"particles.js": "^2.0.0",
"sha512crypt-node": "^0.1.0",
"uvstat": "^1.0.7",
"vditor": "3.5.1",
"uvstat": "^1.0.8",
"vditor": "3.5.3",
"vue-axios": "^2.1.4",
"vue-i18n": "^8.11.2",
"vuetify": "git+https://github.com/Vanessa219/vuetify.git#v1.2.12"
Expand Down
2 changes: 1 addition & 1 deletion pipe.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Server": "http://localhost:5897",
"StaticServer": "",
"StaticResourceVersion": "1599628974959",
"StaticResourceVersion": "1599665455195",
"RuntimeMode": "dev",
"LogLevel": "debug",
"ShowSQL": false,
Expand Down
2 changes: 1 addition & 1 deletion theme/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const initPjax = (cb) => {
(() => {
$.ajax({
method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.5.1/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/vditor@3.5.3/dist/index.min.js',
dataType: 'script',
cache: true,
success: () => {
Expand Down
18 changes: 9 additions & 9 deletions theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"nprogress": "^0.2.0",
"qrious": "^4.0.2",
"turndown": "^6.0.0",
"uvstat": "^1.0.7",
"vcmt": "^1.2.8"
"uvstat": "^1.0.8",
"vcmt": "^1.2.10"
}
}
2 changes: 1 addition & 1 deletion theme/sw.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/x/9IPHP/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Fara/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Gina/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Koma/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Littlewin/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Medium/js/common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/x/Next/js/common.min.js

Large diffs are not rendered by default.

0 comments on commit 85bdb9f

Please sign in to comment.