2025-10-08 06:38:12 +08:00
|
|
|
<!doctype html>
|
2025-10-08 16:42:31 +08:00
|
|
|
<html lang="zh-CN">
|
2025-10-08 06:38:12 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>SRDB Web UI</title>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
<link
|
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
/>
|
|
|
|
|
<link rel="stylesheet" href="/static/css/styles.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-10-08 16:42:31 +08:00
|
|
|
<!-- 应用容器 -->
|
|
|
|
|
<srdb-app></srdb-app>
|
2025-10-08 06:38:12 +08:00
|
|
|
|
|
|
|
|
<!-- Modal -->
|
2025-10-08 16:42:31 +08:00
|
|
|
<srdb-modal-dialog></srdb-modal-dialog>
|
2025-10-08 06:38:12 +08:00
|
|
|
|
2025-10-08 16:42:31 +08:00
|
|
|
<!-- 加载 Lit 组件 -->
|
|
|
|
|
<script type="module" src="/static/js/app.js"></script>
|
2025-10-08 06:38:12 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|