fix:优化主屏幕

This commit is contained in:
Daniel
2026-04-19 14:57:00 +08:00
parent b4e1774feb
commit 019963abd6
6 changed files with 318 additions and 9 deletions

18
frontend/dist/index.html vendored Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#e8ecf1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="manifest" href="/manifest.webmanifest" />
<title>公考助手</title>
<script type="module" crossorigin src="/assets/index-B6wMcdCx.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C-dSv0ph.css">
</head>
<body>
<div id="root"></div>
</body>
</html>