Skip to content

Commit

Permalink
Merge pull request #630 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify UIKit Docs
  • Loading branch information
haoxiuwen authored Feb 5, 2024
2 parents 0a281de + f3b59c5 commit 2c38e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/uikit/chatroomuikit/android/design_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,14 +460,14 @@ Message Bubble(Large Radius)

## 2.5.操作表单(Action Sheet)

操作表单是以模态形式展示的多操作项表单,单个操作项分为 Enabled、Pressed、Disabled、Destructived 四种状态,以及 Cancel 特殊类型。同时可配置是否显示 icon、是否有分割线(stroke)
操作表单是以模态形式展示的多操作项表单,单个操作项分为 Enabled、Pressed、Disabled、Destructive 四种状态,以及 Cancel 特殊类型。同时可配置是否显示 icon、是否有分割线(stroke)
此组件仅限移动端

<img src="@static/images/uikit/chatroomdesign/cruk25.png" width="390" >

## 2.6.浮层菜单(PopMenu)

浮层菜单是以浮层形式展示的多操作项菜单,单个操作项分为 Enabled、Hovered、Pressed、Focused、Disabled、Destructived 六种状态,同时可配置是否显示 icon、是否有字段 2(Body),样式上可配置单项圆角、是否有分割线(Stroke)。
浮层菜单是以浮层形式展示的多操作项菜单,单个操作项分为 Enabled、Hovered、Pressed、Focused、Disabled、Destructive 六种状态,同时可配置是否显示 icon、是否有字段 2(Body),样式上可配置单项圆角、是否有分割线(Stroke)。
此组件仅限 web 端

![img](@static/images/uikit/chatroomdesign/cruk26.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/uikit/chatuikit/android/chatuikit_design_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Message Bubble(Large Radius)
![img](@static/images/uikit/chatroomdesign/cruk27.png)

### 3.7.操作面板(ActionSheet)
操作表单是以模态形式展示的多操作项表单,单个操作项分为 Enabled、Pressed、Disabled、Destructived 四种状态,以及 Cancel 特殊类型。同时可配置是否显示 icon、是否有分割线(stroke)
操作表单是以模态形式展示的多操作项表单,单个操作项分为 Enabled、Pressed、Disabled、Destructive 四种状态,以及 Cancel 特殊类型。同时可配置是否显示 icon、是否有分割线(stroke)
此组件仅限移动端

<img src="@static/images/uikit/chatroomdesign/cruk25.png" width="390" >
Expand Down
2 changes: 1 addition & 1 deletion docs/uikit/chatuikit/web/chatuikit_design_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

##### 1.1.1.3.模型概览:

[img](@static/images/uikit/chatroomdesign/cruk1113.png)
![img](@static/images/uikit/chatroomdesign/cruk1113.png)

#### 1.1.2.三种主题色(Theme Color)的色彩规范:

Expand Down

0 comments on commit 2c38e9f

Please sign in to comment.