fix PWA icon

This commit is contained in:
weishu
2026-03-24 12:32:37 +08:00
parent 304789620b
commit 900ee2eccb
2 changed files with 5 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 KiB

+5 -8
View File
@@ -72,23 +72,20 @@ export default defineConfig({
{
src: 'pwa-64x64.png',
sizes: '64x64',
type: 'image/png'
type: 'image/png',
purpose: 'any'
},
{
src: 'pwa-192x192.png',
sizes: '192x192',
type: 'image/png'
type: 'image/png',
purpose: 'any'
},
{
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png'
},
{
src: 'maskable-icon-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'
purpose: 'any'
}
]
},