chore: initialize metal recycle flutter app

This commit is contained in:
2026-09-11 09:35:55 +08:00
commit 26b333ee50
101 changed files with 2481 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "com.example.metal_recycle",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name"
}
}
@@ -0,0 +1,8 @@
{
"string": [
{
"name": "app_name",
"value": "有色回收平台客户端"
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB