chore: update favicon

This commit is contained in:
camera-2018
2023-09-28 18:31:26 +08:00
parent d9bba92e60
commit f6989d2573
32 changed files with 166 additions and 40 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "HDU-CS-WIKI",
"short_name": "HDU-CS-WIKI",
"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"
}