feat: add Flutter web build support

This commit is contained in:
2026-08-02 01:30:07 +08:00
parent 98bf7ed6a9
commit f0b8af0bc8
24 changed files with 708 additions and 329 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "和气瓶安",
"short_name": "和气瓶安",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#00695c",
"description": "和气瓶安用户端 Web 应用。",
"icons": [
{
"src": "icons/app-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}