release 1.0.8

This commit is contained in:
jyuesong
2022-04-24 13:26:00 +08:00
parent 1e8aa3a2d4
commit 8b592e2e48
31 changed files with 74 additions and 192 deletions

View File

@@ -1,35 +0,0 @@
{
"name": "qinglong_app",
"short_name": "qinglong_app",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}