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,72 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.1"
}
},
"deviceConfig": {
"default": {
"keepAlive": true,
"debug": true
}
},
"module": {
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"visible": true,
"name": "com.xcl20481.myapplication.MainAbility",
"icon": "$media:icon2",
"description": "$string:mainability_description",
"label": "$string:xcl2048",
"type": "page",
"launchType": "standard",
"homeAbility": true
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}

View File

@@ -0,0 +1,69 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {
},
"module": {
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"visible": true,
"name": "com.xcl20481.myapplication.MainAbility",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
"launchType": "standard",
"homeAbility": true
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}