From 5205c8f56177de78701a157e351b7f8c1c220bce Mon Sep 17 00:00:00 2001 From: wuyiwuyiwywy Date: Thu, 3 Aug 2023 17:11:13 +0800 Subject: [PATCH] modify doc files Signed-off-by: wuyiwuyiwywy --- doc/ts-composite-components-arkdialog.md | 10 +++++----- doc/ts-composite-components-composelistitem.md | 6 +++--- doc/ts-composite-components-tabtitlebar.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/ts-composite-components-arkdialog.md b/doc/ts-composite-components-arkdialog.md index 822dc6d..273cdae 100644 --- a/doc/ts-composite-components-arkdialog.md +++ b/doc/ts-composite-components-arkdialog.md @@ -197,7 +197,7 @@ struct Index { } ``` -![20230728-111325(WeLinkPC)](figures/20230728-111325(WeLinkPC).png) +![20230728-111325](figures/20230728-111325.png) ### 示例2 @@ -263,7 +263,7 @@ dialogControllerList: CustomDialogController = new CustomDialogController({ } ``` -![20230728-101201(WeLinkPC)](figures/20230728-101201(WeLinkPC).png) +![20230728-101201](figures/20230728-101201.png) ### 示例3 @@ -318,7 +318,7 @@ dialogControllerCheckBox: CustomDialogController = new CustomDialogController({ } ``` -![20230728-101236(WeLinkPC)](figures/20230728-101236(WeLinkPC).png) +![20230728-101236](figures/20230728-101236.png) ### 示例4 @@ -370,7 +370,7 @@ dialogControllerConfirm: CustomDialogController = new CustomDialogController({ } ``` -![20230728-101355(WeLinkPC)](figures/20230728-101355(WeLinkPC).png) +![20230728-101355](figures/20230728-101355.png) ### 示例5 @@ -411,4 +411,4 @@ dialogControllerProgress: CustomDialogController = new CustomDialogController({ } ``` -![20230728-101306(WeLinkPC)](figures/20230728-101306(WeLinkPC).png) +![20230728-101306](figures/20230728-101306.png) diff --git a/doc/ts-composite-components-composelistitem.md b/doc/ts-composite-components-composelistitem.md index 5134dec..011a73c 100644 --- a/doc/ts-composite-components-composelistitem.md +++ b/doc/ts-composite-components-composelistitem.md @@ -160,7 +160,7 @@ struct ComposeListItemExample { ``` -![示例2-左侧元素+文本](figures/示例2-左侧元素+文本.PNG) +![示例2-左侧元素+文本](figures/zh-cn_image_2023072904.PNG) ## 示例3-右侧元素 @@ -196,7 +196,7 @@ struct ComposeListItemExample { ``` -![示例3-右侧元素](figures/示例3-右侧元素.PNG) +![示例3-右侧元素](figures/zh-cn_image_2023072905.PNG) ## 示例4-左右元素+文本 @@ -237,4 +237,4 @@ struct ComposeListItemExample { } ``` -![示例4-左右元素+文本](figures/示例4-左右元素+文本.PNG) +![示例4-左右元素+文本](figures/zh-cn_image_2023072906.PNG) diff --git a/doc/ts-composite-components-tabtitlebar.md b/doc/ts-composite-components-tabtitlebar.md index 17df6ce..e16f212 100644 --- a/doc/ts-composite-components-tabtitlebar.md +++ b/doc/ts-composite-components-tabtitlebar.md @@ -32,8 +32,8 @@ TabTitleBar({tabItems: Array<TabTitleBarTabItem>, menuItems?: Array<Tab | 参数名 | 参数类型 | 必选 | 装饰器类型 | 参数描述 | | -------- | -------- | -------- | -------- | -------- | -| tabItems | Array_<_[ERROR:Invalid link:zh-cn_topic_0000001665635385.xml#xref77363764816,link:zh-cn_topic_0000001658503585.xml#section151512317614](zh-cn_topic_0000001658503585.xml#section151512317614)_>_ | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 | -| menuItems | Array_<_[ERROR:Invalid link:zh-cn_topic_0000001665635385.xml#xref1873737124811,link:zh-cn_topic_0000001658503585.xml#section5189124910420](zh-cn_topic_0000001658503585.xml#section5189124910420)_>_ | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 | +| tabItems | Array<TabTitleBarTabItem> | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 | +| menuItems | Array<TabTitleBarMenuItem> | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 | | swiperContent | () => void | 否 | \@BuilderParam | 页签列表关联的页面内容构造器 | -- Gitee