fix(pwa): 统一桌面安装图标
Docker Image / Build and Push Docker Image (push) Successful in 2m6s

(cherry picked from commit 29abd746da)
This commit is contained in:
Codex
2026-07-24 12:17:53 +08:00
parent a20a333665
commit 8660fe7b7e
8 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

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: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

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

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