我面临着一个巨大的技术问题。我看不到“添加到主屏幕”。但是,我确实遵循了安装指南,我想知道我是否造成了意想不到的小故障以及为什么它没有出现。
Link to the site : https://www.bclover.net
我事先表示歉意,该网站是法文。我希望这不会对您的帮助造成太大阻碍。
谢谢
编辑:
Manifest.json
{
"lang": "fr",
"dir": "ltr",
"name": "Black Clover FR",
"short_name": "Bclover",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone",
"scope": "/",
"start_url": "/?utm_source=pwa",
"icons": [
{
"src": "styles/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "styles/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "styles/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "styles/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "styles/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "styles/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "styles/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "styles/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
}
Manifest.json
Lighthouse