From 1af7e1ffa07b8f6ed7ed909cc646416bc80b6cb5 Mon Sep 17 00:00:00 2001 From: yuxiaofei9 Date: Tue, 9 Sep 2025 20:38:55 +0800 Subject: [PATCH] api number to double for 0728 Signed-off-by: yuxiaofei9 --- api/@ohos.arkui.UIContext.static.d.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.arkui.UIContext.static.d.ets b/api/@ohos.arkui.UIContext.static.d.ets index 6e8f3ad6df..6735757391 100755 --- a/api/@ohos.arkui.UIContext.static.d.ets +++ b/api/@ohos.arkui.UIContext.static.d.ets @@ -3085,11 +3085,11 @@ export declare class UIContext { /** * Get the max font scale. * - * @returns { number } The max font scale. + * @returns { double } The max font scale. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 */ - getMaxFontScale(): number; + getMaxFontScale(): double; /** * Bind tabs to scrollable container component to automatically hide tab bar. -- Gitee