chore: sync

This commit is contained in:
2026-03-18 22:06:43 +08:00
parent e89678e61a
commit 0c4380c3c3
45 changed files with 5883 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "萌芽账户认证中心",
"short_name": "SproutGate",
"description": "统一认证与账户管理中心",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f4f6fb",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}