This commit is contained in:
TxZgX
2021-12-26 19:00:38 +08:00
parent c15750f0a3
commit d5b472614b
187 changed files with 2989 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:entry_MainAbility",
"versionName": "1.0.0",
"versionCode": 1000000,
"minPlatformVersion": 4,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}