From 65ffaa70f6b79fc1c91ea77c9f498bc69ad3f0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E7=BA=A2=E6=9D=B0?= Date: Wed, 21 May 2025 16:49:05 +0800 Subject: [PATCH] =?UTF-8?q?stackFromEnd=E6=8E=A5=E5=8F=A3=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 石红杰 Change-Id: Icbfa3de99b0b7da08e1f8242187a616020c5512f --- 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 38f0dfe69..929c445bb 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5397,7 +5397,7 @@ typedef enum { * .value[0].i32: whether the List component starts layout from the end. The value 0 means layout * starts from the top, and 1 means layout starts from the end. The default value is 0. \n * - * @since 18 + * @since 19 */ NODE_LIST_STACK_FROM_END = 1003014, -- Gitee