From 9c6bea772a773ab04233fc6d2a60791e91318bda Mon Sep 17 00:00:00 2001 From: guanzengkun Date: Wed, 25 Jun 2025 22:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4fillcolor=2011=E5=92=8C15?= =?UTF-8?q?=E7=9A=84arkts1.2=E6=A0=87=E8=AE=B0=20issueNo:=20https://gitee.?= =?UTF-8?q?com/openharmony/interface=5Fsdk-js/issues/ICHU4F=3Ffrom=3Dproje?= =?UTF-8?q?ct-issue=20Description:=E5=88=A0=E9=99=A4fillcolor=2011?= =?UTF-8?q?=E5=92=8C15=E7=9A=84arkts1.2=E6=A0=87=E8=AE=B0=20Sig:=20SIG=5FA?= =?UTF-8?q?pplicationFramework=20Feature=20or=20Bugfix:Bugfix=20Binary=20S?= =?UTF-8?q?ource:No=20TDD:=20Pass=20XTS:Pass=20=E9=A2=84=E6=B5=8B=E8=AF=95?= =?UTF-8?q?:Pass=20Signed-off-by:guanzengkun=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@internal/component/ets/image.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api/@internal/component/ets/image.d.ts b/api/@internal/component/ets/image.d.ts index e6263095e9..ba01712489 100644 --- a/api/@internal/component/ets/image.d.ts +++ b/api/@internal/component/ets/image.d.ts @@ -1130,8 +1130,7 @@ declare class ImageAttribute extends CommonMethod { * @crossplatform * @form * @atomicservice - * @since arkts {'1.1':'11','1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ fillColor(value: ResourceColor): ImageAttribute; @@ -1143,8 +1142,7 @@ declare class ImageAttribute extends CommonMethod { * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice - * @since arkts {'1.1':'15','1.2':'20'} - * @arkts 1.1&1.2 + * @since 15 */ fillColor(color: ResourceColor | ColorContent): ImageAttribute; -- Gitee