hy-app-monitor/static/select.html
2026-04-24 14:46:19 +08:00

56 lines
1.9 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HY App Monitor Entry</title>
<link rel="stylesheet" href="app.css" />
<script defer src="select.js"></script>
</head>
<body class="auth-page">
<div id="boot-indicator" class="boot-indicator">检查登录态...</div>
<noscript>
<div class="boot-indicator">请启用 JavaScript</div>
</noscript>
<main id="select-root" class="auth-shell" hidden>
<section class="auth-panel entry-panel">
<div class="auth-panel-head">
<div class="brand-row">
<p class="brand-mark">HY APP MONITOR</p>
<span class="env-pill">DEPLOY</span>
</div>
<h1 class="auth-title">选择入口</h1>
<div class="entry-meta">
<span id="select-username" class="badge neutral mono" hidden></span>
</div>
</div>
<div class="entry-grid">
<a class="entry-card" href="/yumi/">
<strong>Yumi</strong>
<span>监控 / 配置 / 发布</span>
</a>
<a class="entry-card" href="/haiyi/">
<strong>HaiYi</strong>
<span>入口已预留</span>
</a>
<a class="entry-card" href="/common/">
<strong>通用</strong>
<span>MySQL / CDN 刷新</span>
</a>
</div>
<div class="entry-actions">
<button id="select-logout" class="refresh ghost" type="button">退出</button>
</div>
<p id="select-error" class="auth-error" hidden aria-live="polite"></p>
</section>
</main>
</body>
</html>