File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -170,18 +170,21 @@ Zine 布局有几个关键特性:
170170// file: layouts/post.shtml
171171<ctx :if="$page.custom.getOr('math', false)">
172172 <link
173- href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.css"
173+ href="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/KaTeX/0.15.2/katex.min.css"
174+ integrity="sha512-g1pxMKWnqCJA5bTMwnw0Xwe0KQAfnj47+1pB0oISMqVFjm8Bg1vA3RENj+iGunE9j4zDLPWbau7jirWwJyshdQ=="
174175 crossorigin="anonymous"
175176 rel="stylesheet"
176177 />
177178 <script
178179 defer
179- src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js"
180+ src="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/KaTeX/0.15.2/katex.min.js"
181+ integrity="sha512-iegr9Cbvw50rG0agCU/1HUJ0w5GflT+Lsk2SRI1jOjEC15RRgJW9vMLDFxIF3mBxoIDIS41fnENNuSZD+WhIOA=="
180182 crossorigin="anonymous"
181183 ></script>
182184 <script
183185 defer
184- src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/contrib/auto-render.min.js"
186+ src="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/KaTeX/0.15.2/contrib/auto-render.min.js"
187+ integrity="sha512-ZA/RPrAo88DlwRnnoNVqKINnQNcWERzRK03PDaA4GIJiVZvGFIWQbdWCsUebMZfkWohnfngsDjXzU6PokO4jGw=="
185188 crossorigin="anonymous"
186189 onload="renderMathInElement(document.body);"
187190 ></script>
Original file line number Diff line number Diff line change 11<extend template="content.shtml">
22<head id="head">
33 <ctx :if="$page.custom.getOr('math', false)">
4- <link href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/ KaTeX/0.15.2/katex.min.css" crossorigin="anonymous" rel="stylesheet">
4+ <link href="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/ KaTeX/0.15.2/katex.min.css" integrity="sha512-g1pxMKWnqCJA5bTMwnw0Xwe0KQAfnj47+1pB0oISMqVFjm8Bg1vA3RENj+iGunE9j4zDLPWbau7jirWwJyshdQ== " crossorigin="anonymous" rel="stylesheet">
55 <script
66 defer
7- src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js"
7+ src="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/KaTeX/0.15.2/katex.min.js"
8+ integrity="sha512-iegr9Cbvw50rG0agCU/1HUJ0w5GflT+Lsk2SRI1jOjEC15RRgJW9vMLDFxIF3mBxoIDIS41fnENNuSZD+WhIOA=="
89 crossorigin="anonymous"
910 ></script>
10- <script defer src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/ KaTeX/0.15.2/contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
11+ <script defer src="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/ KaTeX/0.15.2/contrib/auto-render.min.js" integrity="sha512-ZA/RPrAo88DlwRnnoNVqKINnQNcWERzRK03PDaA4GIJiVZvGFIWQbdWCsUebMZfkWohnfngsDjXzU6PokO4jGw== " crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
1112 </ctx>
1213 <ctx :if="$page.custom.getOr('mermaid', false)">
13- <script defer src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/ mermaid/8.14.0/mermaid.min.js" onload="mermaid.initialize({startOnLoad:true});"></script>
14+ <script defer src="https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/ mermaid/8.14.0/mermaid.min.js" integrity="sha512-vLumCjg7NKEQKGM+xAgBYTvQ90DVu6Eo7vS1T/iPf2feNLcrpGxvumuUUmE3CPiCUPgviyKbtpWGDbhnVnmJxg== " onload="mermaid.initialize({startOnLoad:true});"></script>
1415 </ctx>
1516</head>
1617<body id="body">
You can’t perform that action at this time.
0 commit comments