mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-26 16:41:58 +00:00
配置默认开启arkui新框架
Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
This commit is contained in:
parent
94eef1d72e
commit
1a1520dda3
@ -7,7 +7,7 @@
|
|||||||
"icon": "$media:app_icon",
|
"icon": "$media:app_icon",
|
||||||
"label": "$string:app_name",
|
"label": "$string:app_name",
|
||||||
"distributedNotificationEnabled": true,
|
"distributedNotificationEnabled": true,
|
||||||
"minAPIVersion": 8,
|
"minAPIVersion": 9,
|
||||||
"targetAPIVersion": 9,
|
"targetAPIVersion": 9,
|
||||||
"userDataClearable": false
|
"userDataClearable": false
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
"default",
|
"default",
|
||||||
"tablet"
|
"tablet"
|
||||||
],
|
],
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "ArkTSPartialUpdate",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"installationFree": false,
|
"installationFree": false,
|
||||||
"pages": "$profile:main_pages",
|
"pages": "$profile:main_pages",
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
"default",
|
"default",
|
||||||
"tablet"
|
"tablet"
|
||||||
],
|
],
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "ArkTSPartialUpdate",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"installationFree": false,
|
"installationFree": false,
|
||||||
"pages": "$profile:main_pages",
|
"pages": "$profile:main_pages",
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
"default",
|
"default",
|
||||||
"tablet"
|
"tablet"
|
||||||
],
|
],
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"name": "ArkTSPartialUpdate",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"installationFree": false,
|
"installationFree": false,
|
||||||
"pages": "$profile:main_pages",
|
"pages": "$profile:main_pages",
|
||||||
|
Loading…
Reference in New Issue
Block a user