Skip to content

Commit 3b8e6a9

Browse files
committed
【维护】更新 CDN 链接并升级 markdown.html 版本
- 将 markdown.html 版本从 1.19.0 升级到 1.19.1 - 更新多个 CDN 链接,从字节跳动 CDN 切换到其他 CDN 提供商 - marked.js: 切换到 lib.baomitu.com - Darkmode.js: 切换到 lib.baomitu.com - mermaid.js: 切换到 lib.baomitu.com - highlight.js: 切换到 lib.baomitu.com - instant.page.js: 切换到 lib.baomitu.com
1 parent d12d126 commit 3b8e6a9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<html>
44
<markdown-html
5-
version="1.19.0"
5+
version="1.19.1"
66
author="PJ568"
77
repo="https://github.com/PJ-568/markdown.html"
88
license="CC BY-SA 4.0 International"
@@ -24,7 +24,7 @@
2424
<meta name="viewport" content="width=256, initial-scale=1" />
2525
<script
2626
defer
27-
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/marked/4.0.2/marked.min.js"
27+
src="https://lib.baomitu.com/marked/4.0.2/marked.min.js"
2828
type="text/javascript"
2929
></script>
3030
<script
@@ -36,15 +36,15 @@
3636
type="text/javascript"
3737
></script>
3838
<script
39-
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/Darkmode.js/1.5.7/darkmode-js.min.js"
39+
src="https://lib.baomitu.com/Darkmode.js/1.5.7/darkmode-js.min.js"
4040
type="application/javascript"
4141
></script>
4242
<script
43-
src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-y/mermaid/8.14.0/mermaid.min.js"
43+
src="https://lib.baomitu.com/mermaid/8.14.0/mermaid.min.js"
4444
type="application/javascript"
4545
></script>
4646
<script
47-
src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-y/highlight.js/11.4.0/highlight.min.js"
47+
src="https://lib.baomitu.com/highlight.js/11.4.0/highlight.min.js"
4848
type="application/javascript"
4949
></script>
5050
<script>
@@ -1179,7 +1179,7 @@
11791179
}
11801180
</style>
11811181
<link
1182-
href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-y/highlight.js/11.4.0/styles/default.min.css"
1182+
href="https://lib.baomitu.com/highlight.js/11.4.0/styles/default.min.css"
11831183
type="text/css"
11841184
rel="stylesheet"
11851185
/>
@@ -1320,7 +1320,7 @@ <h1>加载中……</h1>
13201320

13211321
<div class="background"></div>
13221322
<script
1323-
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/instant.page/5.1.0/instantpage.min.js"
1323+
src="https://lib.baomitu.com/instant.page/5.1.0/instantpage.min.js"
13241324
type="text/javascript"
13251325
></script>
13261326
</body>

0 commit comments

Comments
 (0)