2023-07-27 09:33:15 +00:00
|
|
|
<!doctype html>
|
2023-08-18 10:25:48 +00:00
|
|
|
<html lang="zh-CN" theme="light">
|
2023-08-07 10:09:18 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-08-17 10:26:49 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="%VITE_SITE_LOGO%" />
|
|
|
|
<link rel="apple-touch-icon" href="%VITE_SITE_APPLE_LOGO%" />
|
|
|
|
<link rel="bookmark" href="%VITE_SITE_APPLE_LOGO%" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="%VITE_SITE_APPLE_LOGO%" />
|
2023-08-07 10:09:18 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-08-17 10:26:49 +00:00
|
|
|
<title>%VITE_SITE_TITLE%</title>
|
|
|
|
<meta name="apple-mobile-web-app-title" content="%VITE_SITE_TITLE%" />
|
|
|
|
<meta name="author" content="%VITE_SITE_ANTHOR%" />
|
|
|
|
<meta name="keywords" content="%VITE_SITE_KEYWORDS%" />
|
|
|
|
<meta name="description" content="%VITE_SITE_DES%" />
|
2023-08-07 10:09:18 +00:00
|
|
|
<!-- HarmonyOS Sans -->
|
|
|
|
<link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" />
|
|
|
|
<!-- IE Out -->
|
|
|
|
<script>
|
|
|
|
if (
|
|
|
|
/*@cc_on!@*/
|
|
|
|
false ||
|
|
|
|
(!!window.MSInputMethodContext && !!document.documentMode)
|
|
|
|
)
|
|
|
|
window.location.href =
|
|
|
|
"https://support.dmeng.net/upgrade-your-browser.html?referrer=" +
|
|
|
|
encodeURIComponent(window.location.href);
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="/lib/iconfont.js" async></script>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|