From eec6f2364b016f6e235d1250f14a264928ad05dd Mon Sep 17 00:00:00 2001 From: s00430227 Date: Tue, 25 Jul 2023 20:22:36 +0800 Subject: [PATCH] =?UTF-8?q?arkui=E5=AD=90=E7=B3=BB=E7=BB=9F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0advanced=5Fui=5Fcomponent=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: s00430227 --- inherit/default.json | 4 ++++ inherit/ipcamera.json | 4 ++++ inherit/pc.json | 4 ++++ inherit/rich.json | 4 ++++ inherit/tablet.json | 4 ++++ products/ohos-sdk.json | 3 ++- 6 files changed, 22 insertions(+), 1 deletion(-) diff --git a/inherit/default.json b/inherit/default.json index 080f586..7d887ef 100644 --- a/inherit/default.json +++ b/inherit/default.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json index 5cc4ab4..c137e6b 100644 --- a/inherit/ipcamera.json +++ b/inherit/ipcamera.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/pc.json b/inherit/pc.json index 7fc72c4..fccd870 100644 --- a/inherit/pc.json +++ b/inherit/pc.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/rich.json b/inherit/rich.json index 0d4d733..e9977cb 100644 --- a/inherit/rich.json +++ b/inherit/rich.json @@ -15,6 +15,10 @@ { "component": "ui_lite", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/tablet.json b/inherit/tablet.json index 5fe4c30..6645427 100644 --- a/inherit/tablet.json +++ b/inherit/tablet.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/products/ohos-sdk.json b/products/ohos-sdk.json index 7330da0..f60699e 100644 --- a/products/ohos-sdk.json +++ b/products/ohos-sdk.json @@ -37,7 +37,8 @@ "subsystem": "arkui", "components": [ { "component": "ace_engine" }, - { "component": "napi" } + { "component": "napi" }, + { "component": "advanced_ui_component" } ] }, { -- Gitee