This commit is contained in:
2022-04-29 23:32:11 +08:00
parent cc1c894d9b
commit d49d224ba4
14 changed files with 180 additions and 4 deletions

22
public/manifest.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "It's me, 186526!",
"short_name": "186526.xyz",
"lang": "zh-CN",
"start_url": "/",
"display": "standalone",
"theme_color": "#2A2734",
"background_color": "#FBDBC4",
"icons": [
{
"src": "./maskable.png",
"sizes": "1269x1269",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./avatar.webp",
"sizes": "512x512",
"type": "image/webp"
}
]
}