From 75c6db3354abce4ea2f0bae7c1b07056c9ed8194 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 19 Apr 2022 06:57:34 +0000 Subject: [PATCH] update zh-cn/application-dev/ui/ui-ts-overview.md. Signed-off-by: LiAn --- zh-cn/application-dev/ui/ui-ts-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/ui/ui-ts-overview.md b/zh-cn/application-dev/ui/ui-ts-overview.md index b17913d3ec..e1c5c88f2c 100644 --- a/zh-cn/application-dev/ui/ui-ts-overview.md +++ b/zh-cn/application-dev/ui/ui-ts-overview.md @@ -59,13 +59,13 @@ 基于TS扩展的声明式开发范式的方舟开发框架,有以下相关实例可供参考: -- [`Canvas`:画布组件(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/Basic/Container) +- [`Canvas`:画布组件(eTS)(API8)](https://gitee.com/openharmony/app_samples/blob/master/ETSUI/Canvas) - [`Drag`:ArkUI-拖拽事件(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/Drag) - [`ArkUIAnimation`:Ets动画(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/ArkUIAnimation) -- [`Xcomponent`:ArkUI-XComponent(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/Xcomponent) +- [`Xcomponent`:ArkUI-XComponent(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/XComponent) - [`MouseEvent`:ArkUI-鼠标事件(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/MouseEvent) -- GitLab