From 85bf75df756193f1f0ba486823ffa5871f736f33 Mon Sep 17 00:00:00 2001 From: yeyinglong Date: Tue, 15 Jul 2025 10:54:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9minZoomScale=E5=8F=96?= =?UTF-8?q?=E5=80=BC=E8=8C=83=E5=9B=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyinglong --- api/@internal/component/ets/scroll.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/scroll.d.ts b/api/@internal/component/ets/scroll.d.ts index 49b55dd804..6502841b2b 100644 --- a/api/@internal/component/ets/scroll.d.ts +++ b/api/@internal/component/ets/scroll.d.ts @@ -1312,7 +1312,7 @@ declare class ScrollAttribute extends ScrollableCommonMethod { * * @param { number } scale - Set minimum zoom scale. *
Default value: **1**. - *
Value range: (0, maxZoomScale). + *
Value range: (0, maxZoomScale]. * @returns { ScrollAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform -- Gitee