Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jul 21, 2024
1 parent 33662f4 commit 8487368
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Public/editor.md/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4194,8 +4194,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min",
js : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min"
css: 'static/editor.md/katex/katex.min',
js: 'static/editor.md/katex/katex.min'
};

editormd.kaTeXLoaded = false;
Expand Down
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content=edge><meta http-equiv=Expires content=0><meta http-equiv=Pragma content=no-cache><meta http-equiv=Cache-control content="no-cache, no-store, must-revalidate"><meta http-equiv=Cache content=no-cache><title>ShowDoc</title><meta name=keywords content=""><meta name=description content=一个非常适合IT团队的API文档、技术文档工具><script type=text/javascript>// 挂在window下的全局配置
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="edge"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate"><meta http-equiv="Cache" content="no-cache"><title>ShowDoc</title><meta name="keywords" content=""><meta name="description" content="一个非常适合IT团队的API文档、技术文档工具"><script type="text/javascript">// 挂在window下的全局配置
window.DocConfig = {
// "server":'http://127.0.0.1/showdoc/server/index.php?s=',
server:
Expand All @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.7c659cf3ab25f6f9ec98250e52eaaa7b.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3bfa74dba21c6c83e952.js></script><script type=text/javascript src=./static/js/app.037fe75a03da659c82e6.js></script></body></html>
}</script><link href="./static/css/app.7c659cf3ab25f6f9ec98250e52eaaa7b.css" rel="stylesheet"></head><body class="grey-bg"><div id="app"></div><script type="text/javascript" src="./static/js/manifest.3ad1d5771e9b13dbdad2.js"></script><script type="text/javascript" src="./static/js/vendor.3bfa74dba21c6c83e952.js"></script><script type="text/javascript" src="./static/js/app.037fe75a03da659c82e6.js"></script></body></html>
4 changes: 2 additions & 2 deletions web/static/editor.md/editormd.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4248,8 +4248,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min",
js : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min"
css: 'static/editor.md/katex/katex.min',
js: 'static/editor.md/katex/katex.min'
};

editormd.kaTeXLoaded = false;
Expand Down
4 changes: 2 additions & 2 deletions web/static/editor.md/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3931,8 +3931,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min',
js: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min'
css: 'static/editor.md/katex/katex.min',
js: 'static/editor.md/katex/katex.min'
}

editormd.kaTeXLoaded = false
Expand Down
1 change: 1 addition & 0 deletions web/static/editor.md/katex/katex.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/editor.md/katex/katex.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web_src/static/editor.md/editormd.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4248,8 +4248,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min",
js : "//cdn.staticfile.org/KaTeX/0.3.0/katex.min"
css: 'static/editor.md/katex/katex.min',
js: 'static/editor.md/katex/katex.min'
};

editormd.kaTeXLoaded = false;
Expand Down
4 changes: 2 additions & 2 deletions web_src/static/editor.md/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3931,8 +3931,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min',
js: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min'
css: 'static/editor.md/katex/katex.min',
js: 'static/editor.md/katex/katex.min'
}

editormd.kaTeXLoaded = false
Expand Down
1 change: 1 addition & 0 deletions web_src/static/editor.md/katex/katex.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web_src/static/editor.md/katex/katex.min.js

Large diffs are not rendered by default.

0 comments on commit 8487368

Please sign in to comment.