Files
mai-bot/dashboard/dist/index.html

37 lines
1.6 KiB
HTML

<!doctype html>
<html lang="zh-CN" translate="no">
<head>
<meta charset="UTF-8" />
<meta name="google" content="notranslate" />
<meta http-equiv="content-language" content="zh-CN" />
<!-- 防止搜索引擎索引 -->
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet" />
<meta name="googlebot" content="noindex, nofollow" />
<meta name="bingbot" content="noindex, nofollow" />
<link rel="icon" type="image/x-icon" href="/maimai.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MaiBot Dashboard</title>
<script>
(function() {
const mode = localStorage.getItem('maibot-theme-mode')
|| localStorage.getItem('ui-theme')
|| localStorage.getItem('maibot-ui-theme');
const theme = mode === 'system' || !mode
? window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
: mode;
document.documentElement.classList.add(theme);
})();
</script>
<script type="module" crossorigin src="/assets/index-CuOHsLf7.js"></script>
<link rel="modulepreload" crossorigin href="/assets/router-zNjPR4CY.js">
<link rel="modulepreload" crossorigin href="/assets/radix-C-ZuImoP.js">
<link rel="modulepreload" crossorigin href="/assets/utils-DjBw3JGv.js">
<link rel="modulepreload" crossorigin href="/assets/misc-BwRzHX8c.js">
<link rel="modulepreload" crossorigin href="/assets/icons-DTcdLw9j.js">
<link rel="stylesheet" crossorigin href="/assets/index-B3954xeN.css">
</head>
<body>
<div id="root" class="notranslate"></div>
</body>
</html>