refactor: modularize frontend flows

This commit is contained in:
Lan
2026-06-03 02:01:57 +08:00
parent 6c29b36279
commit 72249dd2dd
85 changed files with 4654 additions and 4363 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "FileCodeBox",
"short_name": "FileCodeBox",
"description": "FileCodeBox file transfer",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4f46e5",
"icons": [
{
"src": "/assets/logo_small.png",
"sizes": "512x512",
"type": "image/png"
}
]
}