移除 字节cdn(已倒闭)
This commit is contained in:
parent
7012a00c54
commit
24f1f6fe99
|
|
@ -94,10 +94,10 @@ console.log('hello world')
|
|||
<script>
|
||||
var getResources = [
|
||||
getScript(
|
||||
"https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/markdown-it/12.3.2/markdown-it.min.js"
|
||||
"https://gcore.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"
|
||||
),
|
||||
getScript(
|
||||
"https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/highlight.min.js"
|
||||
"https://gcore.jsdelivr.net/gh/highlightjs/cdn-release@11.11.1/build/highlight.min.js"
|
||||
),
|
||||
// getScript(
|
||||
// "https://cdn.jsdelivr.net/npm/markdown-it-texmath@1.0.0/texmath.min.js"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
<script>
|
||||
var getResources = [
|
||||
getScript("https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/markdown-it/12.3.2/markdown-it.min.js"),
|
||||
getScript("https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/highlight.min.js"),
|
||||
getScript("https://gcore.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"),
|
||||
getScript("https://gcore.jsdelivr.net/gh/highlightjs/cdn-release@11.11.1/build/highlight.min.js"),
|
||||
];
|
||||
|
||||
// 加载资源并初始化
|
||||
|
|
|
|||
Loading…
Reference in New Issue