2023-07-27 09:33:15 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="zh-CN">
|
2023-08-07 10:09:18 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Snavigation</title>
|
|
|
|
<!-- 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>
|