From d84643e25fc1f3d902409f0f7d270d0c9c48d094 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Fri, 9 May 2025 19:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=84=8F=E5=9B=BE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3api=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- config/ci_api_part_name.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/ci_api_part_name.json b/config/ci_api_part_name.json index f5c6dcef..db0a83ce 100644 --- a/config/ci_api_part_name.json +++ b/config/ci_api_part_name.json @@ -1511,6 +1511,20 @@ ], "build_targets": [] }, + { + "path": "interface/sdk-js/api/@ohos.app.ability.InsightIntentDecorator.d.ts", + "bundle_name": [ + "ability_runtime" + ], + "build_targets": [] + }, + { + "path": "interface/sdk-js/api/@ohos.app.ability.InsightIntentEntryExecutor.d.ts", + "bundle_name": [ + "ability_runtime" + ], + "build_targets": [] + }, { "path": "interface/sdk-js/api/@ohos.app.appstartup.startupManager.d.ts", "bundle_name": [ -- Gitee