This commit is contained in:
TxZgX
2021-12-26 19:00:25 +08:00
parent c15750f0a3
commit 7174ee8d2c
115 changed files with 2018 additions and 0 deletions

View File

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