feat: PWA icon + download count increment on market install

This commit is contained in:
2026-07-26 21:43:14 +08:00
parent 98440099a8
commit 59887d7d46
2 changed files with 21 additions and 4 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
{
"name": "TurboSu",
"name": "TurboSu - 极速中枢",
"short_name": "TurboSu",
"description": "赛车遥测仪表盘",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#0a0a0f",
"icons": []
"background_color": "#060a16",
"theme_color": "#060a16",
"icons": [
{"src": "/static/img/logo.svg", "sizes": "any", "type": "image/svg+xml"}
]
}