Skip to content

Commit 165b418

Browse files
committed
更新cdn源
1 parent b2bea2c commit 165b418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/cdn.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ const externalLinks = {
77

88
const iframeLinks = {
99
mdCSS: [
10-
'http://images.lliiooiill.cn/markdown-style.css',
11-
'https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css'
10+
'/images/markdown-style.css',
11+
'https://cdn.bootcdn.net/ajax/libs/KaTeX/0.12.0/katex.min.css'
1212
],
1313
mdJS: [
1414
'https://cdn.bootcdn.net/ajax/libs/raphael/2.3.0/raphael.min.js',
1515
'https://cdn.bootcdn.net/ajax/libs/flowchart/1.15.0/flowchart.min.js'
1616
],
1717
commonJS: [
18-
'http://images.lliiooiill.cn/JSEController.js'
18+
'/images/JSEController.js'
1919
]
2020
}
2121

0 commit comments

Comments
 (0)