From 2c07fbbbd588fbaaaa99a97566541ee9d198f71b Mon Sep 17 00:00:00 2001 From: yuxiaofei9 Date: Thu, 11 Sep 2025 18:44:15 +0800 Subject: [PATCH] =?UTF-8?q?[feate]=E9=AB=98=E7=BA=A7=E7=BB=84=E4=BB=B6noni?= =?UTF-8?q?nterop=E8=AF=AD=E6=B3=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuxiaofei9 --- api/@ohos.arkui.advanced.ComposeTitleBar.d.ets | 4 ++-- api/@ohos.arkui.advanced.SelectTitleBar.d.ets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.arkui.advanced.ComposeTitleBar.d.ets b/api/@ohos.arkui.advanced.ComposeTitleBar.d.ets index b8865d5c3e..d6a5017374 100644 --- a/api/@ohos.arkui.advanced.ComposeTitleBar.d.ets +++ b/api/@ohos.arkui.advanced.ComposeTitleBar.d.ets @@ -32,7 +32,6 @@ * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 - * @noninterop */ /** * Declaration of the menu item on the right side. @@ -40,6 +39,7 @@ * @crossplatform * @atomicservice * @since 20 dynamic + * @noninterop */ export declare class ComposeTitleBarMenuItem { /** @@ -219,7 +219,6 @@ export declare class ComposeTitleBarMenuItem { * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 - * @noninterop */ /** * Declaration of the composable title bar. @@ -227,6 +226,7 @@ export declare class ComposeTitleBarMenuItem { * @crossplatform * @atomicservice * @since 20 dynamic + * @noninterop */ @Component export declare struct ComposeTitleBar { diff --git a/api/@ohos.arkui.advanced.SelectTitleBar.d.ets b/api/@ohos.arkui.advanced.SelectTitleBar.d.ets index 1a2c8e786f..c9888940dc 100644 --- a/api/@ohos.arkui.advanced.SelectTitleBar.d.ets +++ b/api/@ohos.arkui.advanced.SelectTitleBar.d.ets @@ -32,7 +32,6 @@ * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 - * @noninterop */ /** * Declaration of the menu item on the right side. @@ -40,6 +39,7 @@ * @crossplatform * @atomicservice * @since 20 dynamic + * @noninterop */ export declare class SelectTitleBarMenuItem { /** @@ -209,7 +209,6 @@ export declare class SelectTitleBarMenuItem { * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 - * @noninterop */ /** * Declaration of the selectable title bar. @@ -217,6 +216,7 @@ export declare class SelectTitleBarMenuItem { * @crossplatform * @atomicservice * @since 20 dynamic + * @noninterop */ @Component export declare struct SelectTitleBar { -- Gitee