增加手机端自适应

This commit is contained in:
dekun
2026-05-25 07:46:45 +08:00
parent 7beeb3500c
commit e89708726f
5 changed files with 367 additions and 17 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>复盘系统中控</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=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/app.css?v=20260525-fs-pos-row" />
<link rel="stylesheet" href="/assets/app.css?v=20260525-mobile" />
</head>
<body>
<div class="app-bg" aria-hidden="true"></div>
@@ -108,6 +108,6 @@
</div>
<div id="toast"></div>
<script src="/assets/app.js?v=20260525-fs-fix"></script>
<script src="/assets/app.js?v=20260525-mobile"></script>
</body>
</html>