20 lines
402 B
JSON
Raw Normal View History

2021-12-26 19:00:38 +08:00
{
"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
}
}