This commit is contained in:
zhangyazhou
2024-06-11 14:47:15 +08:00
commit 424d536937
60 changed files with 1177 additions and 0 deletions

10
AppScope/app.json5 Normal file
View File

@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "net.devwiki.calculator",
"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": "Calculator"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB