Commit c8445617 authored by 陈帅's avatar 陈帅

Perfect pwa support

parent 6e65ecd5
{ {
"name": "ant-design-pro", "name": "Ant Design Pro",
"short_name": "antd-pro", "short_name": "Ant Design Pro",
"display": "standalone", "display": "standalone",
"start_url": "./?utm_source=homescreen", "start_url": "./?utm_source=homescreen",
"theme_color": "#002140", "theme_color": "#002140",
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
{ {
"src": "icons/icon-128x128.png", "src": "icons/icon-128x128.png",
"sizes": "128x128" "sizes": "128x128"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512"
} }
] ]
} }
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.9.6/dist/data-set.min.js"></script> <script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.9.6/dist/data-set.min.js"></script>
</head> </head>
<body> <body>
<noscript>Sorry, we need js to run correctly!</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment