From 2b9bf2995413620752d225de02b67bc37bde23ce Mon Sep 17 00:00:00 2001 From: liuhui Date: Wed, 6 Aug 2025 11:12:42 +0800 Subject: [PATCH] =?UTF-8?q?number=E8=BD=ACint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhui --- api/arkui/component/uiExtensionComponent.static.d.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/arkui/component/uiExtensionComponent.static.d.ets b/api/arkui/component/uiExtensionComponent.static.d.ets index 937802b344..6a71e32465 100644 --- a/api/arkui/component/uiExtensionComponent.static.d.ets +++ b/api/arkui/component/uiExtensionComponent.static.d.ets @@ -37,7 +37,7 @@ export type RecordData = undefined | null | Object | Record /** * Enumeration of different types of DpiFollowStrategy. * - * @enum { number } + * @enum { int } * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 20 @@ -62,7 +62,7 @@ export declare enum DpiFollowStrategy { } /** * Enumeration of different types of WindowModeFollowStrategy. - * @enum { number } + * @enum { int } * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 20 -- Gitee