fix: SSR 迁移后 pwa 图标显示问题 #499

This commit is contained in:
tim
2025-08-12 00:37:33 +08:00
parent 98d85a0573
commit fb7d134b27
8 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "OpenIsle",
"short_name": "OpenIsle",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}