From 3f8aad28a2c1ba3410654cca1be3672bcb4fe2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=97=A5=E6=A2=A6=E6=B8=B8?= <1797431119@qq.com> Date: Sun, 6 Jun 2021 19:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DHarmonyOSNewsClient=20demo?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=97=A0=E6=B3=95=E8=BF=90=E8=A1=8C=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 白日梦游 <1797431119@qq.com> --- HarmonyOSNewsClient/entry/src/main/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HarmonyOSNewsClient/entry/src/main/config.json b/HarmonyOSNewsClient/entry/src/main/config.json index e5aff32d..f9bad379 100644 --- a/HarmonyOSNewsClient/entry/src/main/config.json +++ b/HarmonyOSNewsClient/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.huawei.codelab", "vendor": "huawei", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { @@ -20,7 +20,7 @@ "video_support" ], "deviceType": [ - "default", + "phone", "tv" ], "distro": { @@ -42,7 +42,7 @@ } ], "orientation": "portrait", - "formEnabled": false, + "formsEnabled": false, "name": "com.huawei.codelab.NewsAbility", "icon": "$media:icon", "description": "$string:mainability_description", -- Gitee