From c5e902463221269de1429e2c2f86e3e0d46735b6 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 15:05:31 +0800 Subject: [PATCH] update DistributedVideoCodelab/entry/src/main/config.json. --- .../entry/src/main/config.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/DistributedVideoCodelab/entry/src/main/config.json b/DistributedVideoCodelab/entry/src/main/config.json index 5fc8b42a..f8d2c1d9 100644 --- a/DistributedVideoCodelab/entry/src/main/config.json +++ b/DistributedVideoCodelab/entry/src/main/config.json @@ -3,13 +3,8 @@ "bundleName": "com.huawei.cookbook", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 4, - "releaseType": "Release" + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, @@ -25,7 +20,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { @@ -40,7 +36,6 @@ } ], "orientation": "portrait", - "formEnabled": false, "name": "ohos.codelabs.distributedvideo.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", @@ -53,12 +48,12 @@ "configChanges": [ "orientation" ], - "formEnabled": false, "name": ".PlayerAbility", "icon": "$media:icon", "description": "$string:videodetailabilityslice_description", - "label": "$string:video_detail", + "label": "$string:simple_player", "type": "page", + "formsEnabled": true, "launchType": "standard" }, { -- Gitee