From 678358c68a52c0fb3b65b27d81fa36c118b3590d Mon Sep 17 00:00:00 2001 From: guanzengkun Date: Tue, 15 Jul 2025 09:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNODE=5FIMAGE=5FANIMATOR=5FIMA?= =?UTF-8?q?GES=E7=9A=84=E6=B3=A8=E9=87=8A=E6=9C=AA=E5=8A=A0Link=20issueNo:?= =?UTF-8?q?=20https://gitee.com/openharmony/interface=5Fsdk=5Fc/issues/ICM?= =?UTF-8?q?ANO=3Ffrom=3Dproject-issue=20Description:=20=E4=BF=AE=E5=A4=8DN?= =?UTF-8?q?ODE=5FIMAGE=5FANIMATOR=5FIMAGES=E7=9A=84=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=9C=AA=E5=8A=A0Link=20Sig:=20SIG=5FApplicationFramework=20Fe?= =?UTF-8?q?ature=20or=20Bugfix:Feature=20Binary=20Source:No=20TDD:Pass=20X?= =?UTF-8?q?TS:Pass=20=E9=A2=84=E6=B5=8B=E8=AF=95:Pass=20Signed-off-by:guan?= =?UTF-8?q?zengkun=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index ee579bfd7..0fff03bf7 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -4947,11 +4947,11 @@ typedef enum { * * Attribute setting method {@Link ArkUI_AttributeItem} Parameter format:\n * .size: number of the images.\n - * .object: array of the images, the type is {@ArkUI_ImageAnimatorFrameInfo} array.\n + * .object: array of the images, the type is {@Link ArkUI_ImageAnimatorFrameInfo} array.\n * \n * Attribute obtaining method return value {@Link ArkUI_AttributeItem} format:\n * .size: number of the images.\n - * .object: array of the images, the type is {@ArkUI_ImageAnimatorFrameInfo} array.\n + * .object: array of the images, the type is {@Link ArkUI_ImageAnimatorFrameInfo} array.\n * */ NODE_IMAGE_ANIMATOR_IMAGES = ARKUI_NODE_IMAGE_ANIMATOR * MAX_NODE_SCOPE_NUM, -- Gitee