Skip to content

Commit 09c3aac

Browse files
committed
fix katex js problem
1 parent 4e1a150 commit 09c3aac

238 files changed

Lines changed: 348 additions & 345 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
1414
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&amp;display=fallback" rel="stylesheet"/>
1515
<style>:root{--md-text-font:"Noto Serif SC";--md-code-font:"Roboto Mono"}</style>
16-
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.css" rel="stylesheet"/>
16+
<link href="/katex/katex.min.css" rel="stylesheet"/>
1717
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
1818
</head>
1919
<body data-md-color-accent="cyan" data-md-color-primary="light-green" data-md-color-scheme="default" dir="ltr">
@@ -1493,8 +1493,8 @@ <h1>404 - Not found</h1>
14931493
</div>
14941494
<script id="__config" type="application/json">{"base": "/", "features": ["content.code.copy", "navigation.indexes"], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
14951495
<script src="/assets/javascripts/bundle.fe8b6f2b.min.js"></script>
1496+
<script src="/katex/katex.min.js"></script>
1497+
<script src="/katex/contrib/auto-render.min.js"></script>
14961498
<script src="/javascripts/katex.js"></script>
1497-
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js"></script>
1498-
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/contrib/auto-render.min.js"></script>
14991499
</body>
15001500
</html>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
1616
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&amp;display=fallback" rel="stylesheet"/>
1717
<style>:root{--md-text-font:"Noto Serif SC";--md-code-font:"Roboto Mono"}</style>
18-
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.css" rel="stylesheet"/>
18+
<link href="katex/katex.min.css" rel="stylesheet"/>
1919
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
2020
</head>
2121
<body data-md-color-accent="cyan" data-md-color-primary="light-green" data-md-color-scheme="default" dir="ltr">
@@ -1626,8 +1626,8 @@ <h2 id="__comments">Comments</h2>
16261626
</div>
16271627
<script id="__config" type="application/json">{"base": ".", "features": ["content.code.copy", "navigation.indexes"], "search": "assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
16281628
<script src="assets/javascripts/bundle.fe8b6f2b.min.js"></script>
1629+
<script src="katex/katex.min.js"></script>
1630+
<script src="katex/contrib/auto-render.min.js"></script>
16291631
<script src="javascripts/katex.js"></script>
1630-
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js"></script>
1631-
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/contrib/auto-render.min.js"></script>
16321632
</body>
16331633
</html>

katex/contrib/auto-render.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

katex/fonts/KaTeX_AMS-Regular.ttf

62.1 KB
Binary file not shown.

katex/fonts/KaTeX_AMS-Regular.woff

32.7 KB
Binary file not shown.
27.4 KB
Binary file not shown.
12.1 KB
Binary file not shown.
7.54 KB
Binary file not shown.
6.75 KB
Binary file not shown.
12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)