五件套徒手健身打卡应用:FastAPI+Vue3+PWA

This commit is contained in:
2026-08-13 06:33:56 +08:00
commit d529dad183
915 changed files with 295087 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "五件套 · 徒手健身打卡",
"short_name": "五件套",
"description": "俯卧撑 · 深蹲 · 卷腹 · 登山跑 · 平板支撑 每日打卡",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fdfaf3",
"theme_color": "#f15a29",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}