From fc86369ccacb314f2ff2741b5498e4d73e1d5d8a Mon Sep 17 00:00:00 2001 From: wangxiuxiu96 Date: Tue, 9 Sep 2025 17:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9NODE=5FTEXT=5FCONTENT=5FALIGN?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangxiuxiu96 --- arkui/ace_engine/native/native_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 5cbcdce4fe3..6f23e494c7e 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -2605,7 +2605,7 @@ typedef enum { * * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n * .value[0].i32: content align of the text, specified using the {@link ArkUI_TextContentAlign} - * enum. The default value is ARKUI_TEXT_CONTENT_ALIGN_TOP. \n + * enum. The default value is ARKUI_TEXT_CONTENT_ALIGN_CENTER. \n * \n * Format of the return value {@link ArkUI_AttributeItem}:\n * .value[0].i32: content align of the text, specified using the {@link ArkUI_TextContentAlign} -- Gitee