mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-23 10:59:46 +00:00
8b338d8e14
- 支持 12 小时制与使用农历 - 支持调整时间样式 - 部分细节优化
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<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%" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<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%" />
|
|
<!-- 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> |