|
6 | 6 | <meta http-equiv="Access-Control-Allow-Origin" content="*">
|
7 | 7 | <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
| - <link rel="icon" href="<%- logo %>"> |
10 |
| - <link rel="apple-touch-icon" href="<%- appleLogo %>" /> |
11 |
| - <link rel="bookmark" href="<%- appleLogo %>" /> |
12 |
| - <link rel="apple-touch-icon-precomposed" sizes="200x200" href="<%- appleLogo %>" /> |
13 |
| - <meta name="description" content="<%- description %>" /> |
14 |
| - <meta name="keywords" content="<%- keywords %>" /> |
15 |
| - <meta name="author" content="<%- author %>" /> |
| 9 | + <link rel="icon" href="%VITE_SITE_LOGO%"> |
| 10 | + <link rel="apple-touch-icon" href="%VITE_SITE_APPLE_LOGO%" /> |
| 11 | + <link rel="bookmark" href="%VITE_SITE_APPLE_LOGO%" /> |
| 12 | + <link rel="apple-touch-icon-precomposed" sizes="200x200" href="%VITE_SITE_APPLE_LOGO%" /> |
| 13 | + <meta name="description" content="%VITE_SITE_DES%" /> |
| 14 | + <meta name="keywords" content="%VITE_SITE_KEYWORDS%" /> |
| 15 | + <meta name="author" content="%VITE_SITE_ANTHOR%" /> |
16 | 16 | <meta name="theme-color" content="#424242" />
|
17 |
| - <title><%- title %></title> |
| 17 | + <title>%VITE_SITE_NAME%</title> |
18 | 18 | <!-- HarmonyOS Sans -->
|
19 | 19 | <!-- 本站 CDN 已开启防盗链,非本站域名不可访问,请更改链接为下方内容,否则自定义字体将失效 -->
|
20 |
| - <!-- https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css --> |
21 |
| - <link rel="stylesheet" href="https://cdn.imsyy.top/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css" /> |
22 |
| - <link rel="stylesheet" href="/loading/loading.min.css"> |
| 20 | + <link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" /> |
| 21 | + <!-- <link rel="stylesheet" href="https://cdn.imsyy.top/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css" /> --> |
23 | 22 | <!-- IE Out -->
|
24 | 23 | <script>
|
25 | 24 | if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode))
|
26 | 25 | window.location.href =
|
27 | 26 | "https://support.dmeng.net/upgrade-your-browser.html?referrer=" + encodeURIComponent(window.location.href)
|
28 | 27 | </script>
|
29 |
| - <% if (tongji) { %> |
30 |
| - <!-- 百度统计 --> |
31 |
| - <script> |
32 |
| - var _hmt = _hmt || []; |
33 |
| - (function() { |
34 |
| - var hm = document.createElement("script"); |
35 |
| - hm.src = "https://hm.baidu.com/hm.js?<%- tongji %>"; |
36 |
| - var s = document.getElementsByTagName("script")[0]; |
37 |
| - s.parentNode.insertBefore(hm, s); |
38 |
| - })(); |
39 |
| - </script> |
40 |
| - <% } %> |
41 | 28 | </head>
|
42 | 29 |
|
43 |
| -<body class="loading"> |
44 |
| - <!--加载动画--> |
45 |
| - <div id="loading-box"> |
46 |
| - <div class="loading-left-bg"></div> |
47 |
| - <div class="loading-right-bg"></div> |
48 |
| - <div class="spinner-box"> |
49 |
| - <div class="loader"> |
50 |
| - <div class="inner one"></div> |
51 |
| - <div class="inner two"></div> |
52 |
| - <div class="inner three"></div> |
53 |
| - </div> |
54 |
| - <div class="loading-word"> |
55 |
| - <p class="loading-title" id="loading-title"><%- title %></p> |
56 |
| - <span id="loading-text">加载中</span> |
57 |
| - </div> |
58 |
| - </div> |
59 |
| - </div> |
| 30 | +<body> |
60 | 31 | <!-- 主体内容 -->
|
61 | 32 | <div id="app"></div>
|
62 | 33 | <!-- noscript -->
|
|
0 commit comments