fix(stage-web): adjust maskable icons for android devices

This commit is contained in:
Neko Ayaka
2025-12-20 03:08:33 +08:00
parent 9a59fa7d2b
commit 6ea5f365e5
3 changed files with 10 additions and 10 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 51 KiB

+10 -10
View File
@@ -115,6 +115,16 @@ export default defineConfig({
name: 'AIRI',
short_name: 'AIRI',
icons: [
{
src: '/web-app-manifest-192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: '/web-app-manifest-512x512.png',
sizes: '512x512',
type: 'image/png',
},
{
purpose: 'maskable',
sizes: '192x192',
@@ -127,16 +137,6 @@ export default defineConfig({
src: '/maskable_icon_x512.png',
type: 'image/png',
},
{
src: '/web-app-manifest-192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: '/web-app-manifest-512x512.png',
sizes: '512x512',
type: 'image/png',
},
],
},
workbox: {