fix: PWA 移动端安装提示无法弹出

dev/timezone
Lei OT 1 year ago
parent 9a934f72ae
commit 4d82d85ba6

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -98,6 +98,10 @@ const manifestForPWAPlugIn = {
type: 'image/png',
},
],
screenshots: [
{ src: '/screenshot-pc.png', sizes: '846x458', type: 'image/png', form_factor: 'wide' },
{ src: '/screenshot-m.png', sizes: '375x667', type: 'image/png' },
],
theme_color: '#171717',
background_color: '#ccd5ae',
display: 'standalone',

Loading…
Cancel
Save