Center responsive layout and add PWA install support for mobile, tablet, and desktop.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-12 14:25:57 +08:00
parent e11caa59ab
commit 3a0dff87bf
5 changed files with 303 additions and 65 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "Trading Studio 交易复盘配音",
"short_name": "TradingStudio",
"description": "本地量化交易复盘 → B 站配音生产流水线",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0f1419",
"theme_color": "#2563eb",
"lang": "zh-CN",
"categories": ["productivity", "utilities"],
"icons": [
{
"src": "/pwa/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/pwa/icons/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}