Skip to content

Commit

Permalink
⬆️ vditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Aug 22, 2019
1 parent d5a1741 commit 6363d48
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions console/package-lock.json

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

2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-polyfill": "^6.26.0",
"particles.js": "^2.0.0",
"sha512crypt-node": "^0.1.0",
"vditor": "^1.7.13",
"vditor": "^1.7.14",
"vue-axios": "^2.1.4",
"vue-i18n": "^8.11.2",
"vuetify": "git+https://github.com/Vanessa219/vuetify.git#v1.2.11"
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": "1566461611014",
"StaticResourceVersion": "1566488497057",
"RuntimeMode": "dev",
"LogLevel": "debug",
"ShowSQL": false,
Expand Down
3 changes: 2 additions & 1 deletion theme/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const ParseMarkdown = () => {
Vditor.chartRender()
Vditor.mathRender(document.body, $('#pipeLang').data('lang'))
Vditor.codeRender(document.body, $('#pipeLang').data('lang'))
Vditor.abcRender()
}

/**
Expand Down Expand Up @@ -327,7 +328,7 @@ export const initPjax = (cb) => {
(() => {
$.ajax({
method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/[email protected].13/dist/index.min.js',
url: 'https://cdn.jsdelivr.net/npm/[email protected].14/dist/index.min.js',
dataType: 'script',
cache: true,
success: () => {
Expand Down
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 6363d48

Please sign in to comment.