From d738462e3dced956ed3d4dd479ec8e08887a8712 Mon Sep 17 00:00:00 2001 From: luo_weibin Date: Mon, 25 Aug 2025 20:10:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luo_weibin Change-Id: Ifc6932ea5d8392d9282ade0f9253c32013e77f82 Signed-off-by: luo_weibin --- api/@internal/component/ets/common.d.ts | 2 +- api/@internal/component/ets/scroll.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 77d8e7ce92..fc27af967b 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -34389,7 +34389,7 @@ declare interface ItemDragEventHandler { /** * This callback is triggered when an item is moved through other items. * - * @type { ?Callback } + * @type { ?OnMoveHandler } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice diff --git a/api/@internal/component/ets/scroll.d.ts b/api/@internal/component/ets/scroll.d.ts index e26f0d4487..42bfadfe7b 100644 --- a/api/@internal/component/ets/scroll.d.ts +++ b/api/@internal/component/ets/scroll.d.ts @@ -1799,7 +1799,7 @@ declare class ScrollAttribute extends ScrollableCommonMethod { /** * Sets the scrollbar color. * - * @param { Color | number | string } color - Scrollbar color.
Default value: '\#66182431' + * @param { Color | number | string } color - Scrollbar color.
Default value: '#66182431' * @returns { ScrollAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform -- Gitee From be9ad9f96cb58cf02e658fa84e834381887325b5 Mon Sep 17 00:00:00 2001 From: luo_weibin Date: Wed, 27 Aug 2025 17:58:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=AF=E9=80=89=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0[]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luo_weibin Change-Id: Ib2fcc662d22aa4d1acdd18b85d53bc8f64b1a2a2 Signed-off-by: luo_weibin --- api/@ohos.arkui.ArcList.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.arkui.ArcList.d.ts b/api/@ohos.arkui.ArcList.d.ts index 4eba4150f7..7d3fe4843c 100755 --- a/api/@ohos.arkui.ArcList.d.ts +++ b/api/@ohos.arkui.ArcList.d.ts @@ -89,7 +89,7 @@ export interface ArcListInterface { /** * Creates the arc list component. * - * @param { ArkListOptions } options + * @param { ArkListOptions } [options] * @returns { ArcListAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Circle * @crossplatform -- Gitee