diff --git a/doc/ts-composite-components-arkdialog.md b/doc/ts-composite-components-arkdialog.md index 822dc6dd4bee80095e34ad42357737c88ef6798b..273cdaef8fd3116325f8cc02756016ab63d6d661 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 5134dec1c1ff80c400216a756f77053ae3d850aa..011a73c47b439b97acc5687e1a22d88575c28f62 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 17df6ce1950b9d5e5277efdc95365c3f4faf8956..e16f212db1fcc1c756609e8117cbcd2795a2c11f 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 | 页签列表关联的页面内容构造器 |