From 103d775f25a9b865ea22c564b2d4b315e372a1a6 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 15:54:44 +0800 Subject: [PATCH] update StepsCard/entry/src/main/config.json. --- StepsCard/entry/src/main/config.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/StepsCard/entry/src/main/config.json b/StepsCard/entry/src/main/config.json index c7a5acc2..08c6a8c3 100644 --- a/StepsCard/entry/src/main/config.json +++ b/StepsCard/entry/src/main/config.json @@ -4,11 +4,7 @@ "vendor": "huawei", "version": { "code": 1000000, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 + "name": "1.0.0" } }, "deviceConfig": { @@ -19,13 +15,15 @@ "module": { "package": "com.huawei.cookbook", "name": ".MyApplication", + "mainAbility": "com.huawei.cookbook.MainAbility", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "reqPermissions": [ { @@ -37,7 +35,7 @@ ], "when": "inuse" } - }, + } ], "abilities": [ { @@ -78,7 +76,6 @@ "launchType": "standard", "visible": false, "formsEnabled": true, - "forms": [ { "jsComponentName": "card2X2", @@ -86,7 +83,7 @@ "scheduledUpdateTime": "10:30", "defaultDimension": "2*2", "name": "card2X2", - "description": "This is a step form card", + "description": "This is a step service widget", "colorMode": "auto", "type": "JS", "supportDimensions": [ @@ -101,7 +98,7 @@ "scheduledUpdateTime": "10:30", "defaultDimension": "2*4", "name": "card2X4", - "description": "This is a step form card", + "description": "This is a step service widget", "colorMode": "auto", "type": "JS", "supportDimensions": [ -- Gitee