feat: 添加缺失的图标文件(logo192.png, badge.png)

This commit is contained in:
zdl
2025-11-04 17:46:53 +08:00
parent ffa6c2f761
commit a512f3bd7e
3 changed files with 18 additions and 2 deletions

BIN
public/badge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
public/logo192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -4,8 +4,24 @@
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"sizes": "32x32",
"type": "image/png"
},
{
"src": "badge.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "badge"
},
{
"src": "logo192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "apple-icon.png",
"sizes": "32x32",
"type": "image/png"
}
],
"start_url": "./index.html",