From f33387021216e0b415d2782825ea3d44a5b573cc Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 29 Aug 2023 03:29:34 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/Readme-CN.md. Signed-off-by: LiAn Signed-off-by: LiAn --- zh-cn/application-dev/reference/arkui-ts/Readme-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/Readme-CN.md b/zh-cn/application-dev/reference/arkui-ts/Readme-CN.md index 7483e00c88..5c3d84a57f 100644 --- a/zh-cn/application-dev/reference/arkui-ts/Readme-CN.md +++ b/zh-cn/application-dev/reference/arkui-ts/Readme-CN.md @@ -40,7 +40,7 @@ - [分布式迁移标识](ts-universal-attributes-restoreId.md) - [前景色设置](ts-universal-attributes-foreground-color.md) - [组件内容模糊](ts-universal-attributes-foreground-blur-style.md) - - [点击回弹](ts-universal-attributes-click-effect.md) + - [点击回弹效果](ts-universal-attributes-click-effect.md) - [无障碍属性](ts-universal-attributes-accessibility.md) - 触摸交互控制 - [触摸热区设置](ts-universal-attributes-touch-target.md) @@ -117,6 +117,7 @@ - [Column](ts-container-column.md) - [ColumnSplit](ts-container-columnsplit.md) - [Counter](ts-container-counter.md) + - [EffectComponent](ts-container-effectcomponent.md) - [Flex](ts-container-flex.md) - [FlowItem](ts-container-flowitem.md) - [FormLink](ts-container-formlink.md) @@ -142,7 +143,6 @@ - [TabContent](ts-container-tabcontent.md) - [UIExtensionComponent](ts-container-ui-extension-component.md) - [WaterFlow](ts-container-waterflow.md) - - [EffectComponent](ts-container-effectcomponent.md) - 媒体组件 - [Video](ts-media-components-video.md) - 绘制组件 -- GitLab