|
20 | 20 | <link rel="icon" href="favicon.svg" type="image/svg+xml"> |
21 | 21 | <link rel="icon" href="favicon-32x32.png" sizes="32x32" type="image/png"> |
22 | 22 | <link rel="apple-touch-icon" href="apple-touch-icon.png"> |
23 | | -<link rel="manifest" href="manifest.json?v=20260321l"> |
| 23 | +<link rel="manifest" href="manifest.json?v=20260323a"> |
24 | 24 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
25 | 25 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
26 | | -<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Orbitron:wght@700;900&display=swap" rel="stylesheet"> |
27 | | -<link rel="stylesheet" href="css/style.css?v=20260321l"> |
| 26 | +<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&family=Noto+Sans+SC:wght@400;500;700;900&family=Orbitron:wght@700;900&display=swap" rel="stylesheet"> |
| 27 | +<link rel="stylesheet" href="css/style.css?v=20260323a"> |
28 | 28 | <style> |
29 | 29 | .err-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center; |
30 | 30 | text-align:center;min-height:calc(100vh - 200px);padding:100px 20px 80px} |
|
37 | 37 | @keyframes err-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}} |
38 | 38 | @keyframes err-shadow{0%,100%{width:120px;opacity:1}50%{width:80px;opacity:.5}} |
39 | 39 | .err-title{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:900;color:var(--text);margin-bottom:12px} |
40 | | -.err-desc{font-size:1rem;color:var(--text-dim);max-width:440px;line-height:1.7;font-weight:300;margin-bottom:28px} |
| 40 | +.err-desc{font-size:1rem;color:var(--text-dim);max-width:440px;line-height:1.7;font-weight:400;margin-bottom:28px} |
41 | 41 | .err-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--r); |
42 | 42 | font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;font-family:var(--font); |
43 | 43 | background:var(--red);color:#fff;border:1.5px solid var(--red);box-shadow:0 4px 20px rgba(199,70,52,.25)} |
|
68 | 68 | .err-code::after{animation:none} |
69 | 69 | } |
70 | 70 | </style> |
71 | | -<script> |
72 | | -var _hmt = _hmt || []; |
73 | | -(function() { |
74 | | - var hm = document.createElement("script"); |
75 | | - hm.src = "https://hm.baidu.com/hm.js?b873527e8685653a23ed88324ba56f4d"; |
76 | | - var s = document.getElementsByTagName("script")[0]; |
77 | | - s.parentNode.insertBefore(hm, s); |
78 | | -})(); |
79 | | -</script> |
| 71 | +<script>var _hmt=_hmt||[];window.addEventListener('load',function(){var hm=document.createElement("script");hm.src="https://hm.baidu.com/hm.js?b873527e8685653a23ed88324ba56f4d";document.head.appendChild(hm)});</script> |
80 | 72 | <!-- Google tag (gtag.js) --> |
81 | 73 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-GNDHG1PZLG"></script> |
82 | 74 | <script> |
@@ -111,7 +103,7 @@ <h1 class="err-title" data-i18n="err404Title">页面未找到</h1> |
111 | 103 | </section> |
112 | 104 |
|
113 | 105 | <div id="footer"></div> |
114 | | -<script src="js/shared.js?v=20260321l"></script> |
| 106 | +<script src="js/shared.js?v=20260323a"></script> |
115 | 107 | <script> |
116 | 108 | document.getElementById('nav').innerHTML = navHTML(''); |
117 | 109 | document.getElementById('footer').innerHTML = footerHTML(); |
@@ -143,6 +135,6 @@ <h1 class="err-title" data-i18n="err404Title">页面未找到</h1> |
143 | 135 | if (currentLang !== 'zh') setLang(currentLang); |
144 | 136 | </script> |
145 | 137 | <script>if('serviceWorker' in navigator){navigator.serviceWorker.register('sw.js')}</script> |
146 | | -<script src="js/search.js?v=20260321l"></script> |
| 138 | +<script defer src="js/search.js?v=20260323a"></script> |
147 | 139 | </body> |
148 | 140 | </html> |
0 commit comments