q
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
media icon 0x1000002
|
||||
media icon2 0x1000003
|
||||
string mainability_description 0x1000000
|
||||
string xcl2048 0x1000001
|
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"app": {
|
||||
"apiVersion": {
|
||||
"compatible": 6,
|
||||
"releaseType": "Beta1",
|
||||
"target": 7
|
||||
},
|
||||
"vendor": "xcl20481",
|
||||
"bundleName": "com.xcl20481.myapplication",
|
||||
"version": {
|
||||
"code": 1000000,
|
||||
"name": "1.1.0"
|
||||
}
|
||||
},
|
||||
"deviceConfig": {
|
||||
"default": {
|
||||
"debug": true,
|
||||
"keepAlive": true
|
||||
}
|
||||
},
|
||||
"module": {
|
||||
"abilities": [
|
||||
{
|
||||
"iconId": 16777219,
|
||||
"skills": [
|
||||
{
|
||||
"entities": [
|
||||
"entity.system.home"
|
||||
],
|
||||
"actions": [
|
||||
"action.system.home"
|
||||
]
|
||||
}
|
||||
],
|
||||
"descriptionId": 16777216,
|
||||
"visible": true,
|
||||
"labelId": 16777217,
|
||||
"icon": "$media:icon2",
|
||||
"name": "com.xcl20481.myapplication.MainAbility",
|
||||
"description": "$string:mainability_description",
|
||||
"label": "$string:xcl2048",
|
||||
"type": "page",
|
||||
"homeAbility": true,
|
||||
"launchType": "standard"
|
||||
}
|
||||
],
|
||||
"deviceType": [
|
||||
"phone",
|
||||
"tablet",
|
||||
"tv",
|
||||
"wearable"
|
||||
],
|
||||
"mainAbility": "com.xcl20481.myapplication.MainAbility",
|
||||
"distro": {
|
||||
"moduleType": "entry",
|
||||
"installationFree": false,
|
||||
"deliveryWithInstall": true,
|
||||
"moduleName": "entry"
|
||||
},
|
||||
"package": "com.xcl20481.myapplication",
|
||||
"name": ".MyApplication",
|
||||
"js": [
|
||||
{
|
||||
"pages": [
|
||||
"pages/page0/page0",
|
||||
"pages/index/index"
|
||||
],
|
||||
"name": "default",
|
||||
"window": {
|
||||
"designWidth": 720,
|
||||
"autoDesignWidth": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"reqPermissions": [
|
||||
{
|
||||
"name": "ohos.permission.VIBRATE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
Reference in New Issue
Block a user