fix(pwa): 统一桌面安装图标

This commit is contained in:
Codex
2026-07-24 12:17:53 +08:00
parent 556bfd2919
commit 29abd746da
7 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 19 KiB

+2 -2
View File
@@ -11,13 +11,13 @@
"lang": "en", "lang": "en",
"icons": [ "icons": [
{ {
"src": "/images/icons/Icon-192.png", "src": "/images/icons/Icon-192.png?v=20260724",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/images/icons/Icon-512.png", "src": "/images/icons/Icon-512.png?v=20260724",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
+2 -2
View File
@@ -22,8 +22,8 @@ export const metadata: Metadata = {
}, },
// iOS 触屏图标 // iOS 触屏图标
icons: { icons: {
icon: "/favicon.ico", icon: "/favicon.ico?v=20260724",
apple: "/favicon.ico", apple: "/images/icons/Icon-192.png?v=20260724",
}, },
}; };