From cbee863f0149117fc86d7d658cd611cdf2c92b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E7=BA=A2=E6=9D=B0?= Date: Sat, 24 May 2025 15:11:13 +0800 Subject: [PATCH] =?UTF-8?q?swiperSwiperDigitIndicator=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=89=88=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: Ice8e580ef84298b9ea19abbea850de7bee25f679 --- arkui/ace_engine/native/native_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_type.h b/arkui/ace_engine/native/native_type.h index ff4522e3c..0ba1e0820 100644 --- a/arkui/ace_engine/native/native_type.h +++ b/arkui/ace_engine/native/native_type.h @@ -139,14 +139,14 @@ typedef struct ArkUI_SwiperIndicator ArkUI_SwiperIndicator; /** * @brief Defines the digital indicator style for the swiper. * - * @since 18 + * @since 19 */ typedef struct ArkUI_SwiperDigitIndicator ArkUI_SwiperDigitIndicator; /** * @brief Defines the arrow style for the swiper. * - * @since 18 + * @since 19 */ typedef struct ArkUI_SwiperArrowStyle ArkUI_SwiperArrowStyle; -- Gitee