From a93bb5af04de9e52a6dbd5db31f1ac436b357077 Mon Sep 17 00:00:00 2001 From: llq0712 Date: Fri, 15 Aug 2025 16:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: llq0712 --- api/@internal/component/ets/shape.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@internal/component/ets/shape.d.ts b/api/@internal/component/ets/shape.d.ts index 52f08c6535..1f5c17fbac 100644 --- a/api/@internal/component/ets/shape.d.ts +++ b/api/@internal/component/ets/shape.d.ts @@ -913,7 +913,7 @@ declare class ShapeAttribute extends CommonMethod { strokeOpacity(value: number | string | Resource): ShapeAttribute; /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -921,7 +921,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 7 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -930,7 +930,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 9 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -940,7 +940,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 10 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } -- Gitee