添加PWA配置

This commit is contained in:
xianyi
2025-12-03 10:42:17 +08:00
parent a1b8d12c13
commit 8b6d20663e
6 changed files with 31 additions and 13 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "圆和医疗1.0.0",
"short_name": "圆和医疗1.0.0",
"start_url": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"icons": [
{
"src": "/h.png",
"sizes": "192x192",
"type": "image/png"
}
]
}