This commit is contained in:
zhangyazhou
2024-08-29 17:08:54 +08:00
commit 17e0ac04a2
35 changed files with 567 additions and 0 deletions

10
AppScope/app.json5 Normal file
View File

@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "net.devwiki.myapplication",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name"
}
}

View File

@@ -0,0 +1,8 @@
{
"string": [
{
"name": "app_name",
"value": "TextDemo"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB