diff --git a/public/icons/icon-512x512.png b/public/icons/icon-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..f6b1991bf919d4f2b3e77ba4ad8c51fe444fdbb2 Binary files /dev/null and b/public/icons/icon-512x512.png differ diff --git a/src/manifest.json b/src/manifest.json index 42db46a156a800f71d6b3b25f146e510068854ee..839bc5b5e4a561676fca44a61674d3990b5acd48 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name": "ant-design-pro", - "short_name": "antd-pro", + "name": "Ant Design Pro", + "short_name": "Ant Design Pro", "display": "standalone", "start_url": "./?utm_source=homescreen", "theme_color": "#002140", @@ -13,6 +13,10 @@ { "src": "icons/icon-128x128.png", "sizes": "128x128" + }, + { + "src": "icons/icon-512x512.png", + "sizes": "512x512" } ] } diff --git a/src/pages/document.ejs b/src/pages/document.ejs index e3aeb2631c4a1d4e284bdba58c6f3c9e153f65b7..720928c198401283baa8bdd039d1fc499b1e1f14 100644 --- a/src/pages/document.ejs +++ b/src/pages/document.ejs @@ -9,6 +9,7 @@
+