This commit is contained in:
thuhole
2020-06-19 10:25:46 +08:00
commit 339c66c05d
32 changed files with 1570 additions and 0 deletions

20
static/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"short_name": "树洞",
"name": "T大树洞",
"icons": [
{
"src": "favicon/512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "favicon/192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "../",
"display": "standalone",
"theme_color": "#333333",
"background_color": "#333333"
}