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

11
frontend/dist/manifest.webmanifest vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "公考助手",
"short_name": "公考助手",
"description": "公考学习资源、错题与过程管理",
"display": "standalone",
"background_color": "#e8ecf1",
"theme_color": "#2563eb",
"start_url": "/",
"scope": "/",
"lang": "zh-CN"
}