feat: add SproutWorkCollect apps

This commit is contained in:
2026-03-13 17:14:37 +08:00
parent 189baa3d59
commit 46afd3149f
54 changed files with 28126 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "萌芽作品集",
"short_name": "萌芽作品集",
"lang": "zh-CN",
"start_url": ".",
"scope": ".",
"display": "standalone",
"orientation": "any",
"background_color": "#e8f5e9",
"theme_color": "#81c784",
"description": "展示个人制作的一些小创意和小项目,支持安装到桌面使用。",
"icons": [
{
"src": "/assets/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}