From 6b59b3a9c67426127d71f560af58a359301c1359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=B8=85=E4=BA=91?= Date: Tue, 6 May 2025 22:13:31 +0800 Subject: [PATCH] =?UTF-8?q?NODE=5FBACKGROUND=5FIMAGE=5FRESIZABLE=5FWITH=5F?= =?UTF-8?q?SLICE=20=E4=BF=AE=E6=94=B9=E4=B8=BAAPI19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡清云 --- 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..c6d24128e 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1891,7 +1891,7 @@ typedef enum { * .value[2].f32: width of the right edge. The unit is vp. \n * .value[3].f32: width of the bottom edge. The unit is vp. \n * - * @since 18 + * @since 19 */ NODE_BACKGROUND_IMAGE_RESIZABLE_WITH_SLICE = 100, -- Gitee