This commit is contained in:
2026-03-07 17:24:59 +08:00
parent 4418ebecac
commit b0ec8ab4bd
417 changed files with 42546 additions and 2 deletions

13
web/manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "动漫之家",
"short_name": "动漫之家",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4196f9",
"description": "动漫之家 Flutter",
"icons": [
{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icons/Icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}