Replies: 1 comment
-
umi 4 里是没有 如还有问题,给一个最小复现看看吧。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
umi版本 4.1.10 ,
在public 文件夹内建了 manifest.json:
{
"name": "My UmiJS App",
"short_name": "Umi App",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2196f3",
"icons": [
{
"src": "../src/favicon.jpg",
"sizes": "192x192",
"type": "image/png"
}
]
}
src/document.ejs 内:,
build 后,无效
Beta Was this translation helpful? Give feedback.
All reactions