md
This commit is contained in:
parent
3631d5043c
commit
1e3f1e9c7e
@ -8,7 +8,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
||||
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> -->
|
||||
<!-- <link rel="icon" href="<%= BASE_URL %>shorticon.png"/> -->
|
||||
<!-- <link rel="manifest" href="/manifest.json"/> -->
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<title><%= webpackConfig.name %></title>
|
||||
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
||||
<style>
|
||||
|
||||
@ -2,11 +2,16 @@
|
||||
"short_name": "XDADAN",
|
||||
"name": "XDADAN",
|
||||
"description": "XDADAN 是一款适合多业务的云平台系统",
|
||||
"icons": [
|
||||
|
||||
],
|
||||
"start_url": ".",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#8888ff",
|
||||
"background_color": "#FFFFFF",
|
||||
"orientation": "portrait"
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "shorticon1.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user