This commit is contained in:
2025-10-22 04:04:02 +08:00
parent 9554e5e53d
commit c720f924d5
40 changed files with 925 additions and 0 deletions

10
AppScope/app.json5 Normal file
View File

@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "com.yylx.huawei.goyimdm",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:layered_image",
"label": "$string:app_name"
}
}