diff --git a/zh-cn/application-dev/ui/ui-ts-layout-flex.md b/zh-cn/application-dev/ui/ui-ts-layout-flex.md index 17911df5d9ef67a6fec7477aa57833a476bfa07a..67b9d1bf772478626c845ffcce51ad3a43081a48 100644 --- a/zh-cn/application-dev/ui/ui-ts-layout-flex.md +++ b/zh-cn/application-dev/ui/ui-ts-layout-flex.md @@ -368,3 +368,10 @@ struct FlexExample { ![zh-cn_image_0000001261605867](figures/zh-cn_image_0000001261605867.png) + + +## 相关实例 + +针对弹性布局开发,有以下相关实例可供参考: + +- [弹性布局(eTS)](https://gitee.com/openharmony/codelabs/tree/master/ETSUI/FlowLayoutEts)