feat: site icon series

This commit is contained in:
2021-12-12 18:35:07 +00:00
parent 5272a11b5b
commit 4d6ff1d207
11 changed files with 825 additions and 0 deletions

19
static/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "TaurusXin",
"short_name": "TaurusXin",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}