Browse Source

docs(components): optimization (#1748)

Drjingfubo 3 years ago
parent
commit
4bf84f5f67
65 changed files with 180 additions and 213 deletions
  1. 5 5
      src/packages/__VUE/actionsheet/doc.en-US.md
  2. 5 5
      src/packages/__VUE/actionsheet/doc.md
  3. 0 1
      src/packages/__VUE/address/doc.md
  4. 0 1
      src/packages/__VUE/addresslist/doc.md
  5. 3 3
      src/packages/__VUE/avatar/doc.en-US.md
  6. 4 4
      src/packages/__VUE/avatar/doc.md
  7. 1 1
      src/packages/__VUE/backtop/doc.md
  8. 1 1
      src/packages/__VUE/backtop/doc.taro.md
  9. 0 1
      src/packages/__VUE/barrage/doc.md
  10. 0 1
      src/packages/__VUE/button/doc.md
  11. 0 1
      src/packages/__VUE/calendar/doc.md
  12. 1 1
      src/packages/__VUE/card/doc.md
  13. 0 2
      src/packages/__VUE/category/doc.md
  14. 1 1
      src/packages/__VUE/cell/doc.md
  15. 15 15
      src/packages/__VUE/checkbox/doc.en-US.md
  16. 15 15
      src/packages/__VUE/checkbox/doc.md
  17. 2 2
      src/packages/__VUE/collapse/doc.en-US.md
  18. 3 4
      src/packages/__VUE/collapse/doc.md
  19. 7 7
      src/packages/__VUE/countup/doc.en-US.md
  20. 6 8
      src/packages/__VUE/countup/doc.md
  21. 0 1
      src/packages/__VUE/datepicker/doc.md
  22. 0 1
      src/packages/__VUE/divider/doc.md
  23. 5 5
      src/packages/__VUE/drag/doc.en-US.md
  24. 5 5
      src/packages/__VUE/drag/doc.md
  25. 4 4
      src/packages/__VUE/drag/doc.taro.md
  26. 3 3
      src/packages/__VUE/elevator/doc.en-US.md
  27. 4 4
      src/packages/__VUE/elevator/doc.md
  28. 0 1
      src/packages/__VUE/icon/doc.md
  29. 0 1
      src/packages/__VUE/layout/doc.md
  30. 0 1
      src/packages/__VUE/menu/doc.md
  31. 1 1
      src/packages/__VUE/navbar/doc.md
  32. 1 1
      src/packages/__VUE/noticebar/doc.md
  33. 4 4
      src/packages/__VUE/notify/doc.en-US.md
  34. 5 5
      src/packages/__VUE/notify/doc.md
  35. 1 1
      src/packages/__VUE/notify/doc.taro.md
  36. 0 2
      src/packages/__VUE/oldpicker/doc.md
  37. 1 2
      src/packages/__VUE/popover/doc.md
  38. 1 1
      src/packages/__VUE/price/doc.md
  39. 0 1
      src/packages/__VUE/pullrefresh/doc.md
  40. 7 7
      src/packages/__VUE/radio/doc.en-US.md
  41. 7 7
      src/packages/__VUE/radio/doc.md
  42. 0 1
      src/packages/__VUE/range/doc.md
  43. 0 1
      src/packages/__VUE/rate/doc.md
  44. 1 1
      src/packages/__VUE/sidenavbar/doc.md
  45. 0 1
      src/packages/__VUE/signature/doc.md
  46. 0 1
      src/packages/__VUE/signature/doc.taro.md
  47. 0 2
      src/packages/__VUE/sku/doc.md
  48. 5 6
      src/packages/__VUE/steps/doc.en-US.md
  49. 7 7
      src/packages/__VUE/steps/doc.md
  50. 0 1
      src/packages/__VUE/swipe/doc.md
  51. 0 1
      src/packages/__VUE/switch/doc.en-US.md
  52. 0 1
      src/packages/__VUE/switch/doc.md
  53. 0 1
      src/packages/__VUE/temp/doc.md
  54. 0 1
      src/packages/__VUE/textarea/doc.md
  55. 3 3
      src/packages/__VUE/timedetail/doc.md
  56. 3 3
      src/packages/__VUE/timepannel/doc.md
  57. 5 5
      src/packages/__VUE/timeselect/doc.en-US.md
  58. 5 5
      src/packages/__VUE/timeselect/doc.md
  59. 11 12
      src/packages/__VUE/toast/doc.en-US.md
  60. 11 12
      src/packages/__VUE/toast/doc.md
  61. 3 2
      src/packages/__VUE/toast/doc.taro.md
  62. 2 2
      src/packages/__VUE/uploader/doc.en-US.md
  63. 3 3
      src/packages/__VUE/uploader/doc.md
  64. 3 3
      src/packages/__VUE/uploader/doc.taro.md
  65. 0 1
      src/packages/__VUE/video/doc.md

+ 5 - 5
src/packages/__VUE/actionsheet/doc.en-US.md

@@ -17,7 +17,7 @@ app.use(ActionSheet);
 app.use(Popup);
 ```
 
-## Basic Usage
+### Basic Usage
 
 :::demo
 ``` html
@@ -78,7 +78,7 @@ export default {
 ```
 :::
 
-## Show Cancel Button
+### Show Cancel Button
 :::demo
 ``` html
 <template>
@@ -137,7 +137,7 @@ export default {
  </script>
 ```
 :::
-## Show Description
+### Show Description
 :::demo
 ``` html
 <template>
@@ -199,7 +199,7 @@ export default {
 ```
 :::
 
-## Option Status
+### Option Status
 
 :::demo
 ``` html
@@ -260,7 +260,7 @@ export default {
 ```
 :::
 
-## Custom Content
+### Custom Content
 
 :::demo
 ``` html

+ 5 - 5
src/packages/__VUE/actionsheet/doc.md

@@ -17,7 +17,7 @@ app.use(ActionSheet);
 app.use(Popup);
 ```
 
-## 基本用法
+### 基础用法
 
 默认
 :::demo
@@ -79,7 +79,7 @@ export default {
 ```
 :::
 
-## 展示取消按钮
+### 展示取消按钮
 :::demo
 ``` html
 <template>
@@ -138,7 +138,7 @@ export default {
  </script>
 ```
 :::
-## 展示描述信息
+### 展示描述信息
 :::demo
 ``` html
 <template>
@@ -200,7 +200,7 @@ export default {
 ```
 :::
 
-## 选项状态
+### 选项状态
 
 :::demo
 ``` html
@@ -263,7 +263,7 @@ export default {
 
 
 
-## 自定义内容
+### 自定义内容
 
 :::demo
 ``` html

+ 0 - 1
src/packages/__VUE/address/doc.md

@@ -20,7 +20,6 @@ app.use(Elevator);
 
 ```
 
-## 代码演示
 
 ### 选择自定义地址
 

+ 0 - 1
src/packages/__VUE/addresslist/doc.md

@@ -17,7 +17,6 @@ app.use(Swipe);
 app.use(Button);
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 3 - 3
src/packages/__VUE/avatar/doc.en-US.md

@@ -109,7 +109,7 @@ Icon and letter types can have custom colors and background colors
 
 :::
 
-## Avatar group display
+### Avatar group display
 
 :::demo
 
@@ -141,7 +141,7 @@ Icon and letter types can have custom colors and background colors
 
 :::
 
-## Avatar group to control hierarchy direction
+### Avatar group to control hierarchy direction
 
 :::demo
 
@@ -165,7 +165,7 @@ Icon and letter types can have custom colors and background colors
 
 :::
 
-## Click on the avatar to trigger the event
+### Click on the avatar to trigger the event
 
 :::demo
 

+ 4 - 4
src/packages/__VUE/avatar/doc.md

@@ -18,7 +18,7 @@ app.use(Avatar);
 app.use(Icon);
 ```
 
-### 基用法
+### 基用法
 
 支持三种尺寸:small、normal、large
 
@@ -109,7 +109,7 @@ Icon 和字符型可以自定义颜色及背景色
 
 :::
 
-## 头像组合展现
+### 头像组合展现
 
 :::demo
 
@@ -141,7 +141,7 @@ Icon 和字符型可以自定义颜色及背景色
 
 :::
 
-## 组合头像可控制层级方向
+### 组合头像可控制层级方向
 
 :::demo
 
@@ -165,7 +165,7 @@ Icon 和字符型可以自定义颜色及背景色
 
 :::
 
-## 点击头像触发事件
+### 点击头像触发事件
 
 :::demo
 

+ 1 - 1
src/packages/__VUE/backtop/doc.md

@@ -17,7 +17,7 @@ app.use(Icon);
 
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 ```html

+ 1 - 1
src/packages/__VUE/backtop/doc.taro.md

@@ -18,7 +18,7 @@ app.use(Icon);
 
 ### 代码实例
 
-### 基用法
+### 基用法
 
 ```html
 <view class="demo">

+ 0 - 1
src/packages/__VUE/barrage/doc.md

@@ -18,7 +18,6 @@ app.use(Barrage);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 0 - 1
src/packages/__VUE/button/doc.md

@@ -17,7 +17,6 @@ const app = createApp();
 app.use(Button);
 ```
 
-## 代码演示
 
 ### 按钮类型
 

+ 0 - 1
src/packages/__VUE/calendar/doc.md

@@ -19,7 +19,6 @@ app.use(Popup);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 :::demo

+ 1 - 1
src/packages/__VUE/card/doc.md

@@ -21,7 +21,7 @@ app.use(Card).use(Tag).use(Price);
 
 ### 代码实例
 
-### 基用法
+### 基用法
 
 :::demo
 ```html

+ 0 - 2
src/packages/__VUE/category/doc.md

@@ -15,8 +15,6 @@ app.use(Category);
 app.use(CategoryPane);
 ```
 
-## 代码演示
-
 ### 经典分类模式
 
 :::demo

+ 1 - 1
src/packages/__VUE/cell/doc.md

@@ -16,7 +16,7 @@ app.use(CellGroup);
 app.use(Icon)
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 

+ 15 - 15
src/packages/__VUE/checkbox/doc.en-US.md

@@ -19,7 +19,7 @@ app.use(CheckboxGroup);
 app.use(Icon);
 ```
 
-## Basic Usage
+### Basic Usage
 
 :::demo
 
@@ -54,7 +54,7 @@ app.use(Icon);
 
 :::
 
-## Semi selective
+### Semi selective
 
 :::demo
 
@@ -80,7 +80,7 @@ app.use(Icon);
 
 :::
 
-## Disabled state
+### Disabled state
 
 :::demo
 
@@ -106,7 +106,7 @@ app.use(Icon);
 
 :::
 
-## Custom size
+### Custom size
 
 :::demo
 
@@ -132,7 +132,7 @@ app.use(Icon);
 
 :::
 
-## Custom icon
+### Custom icon
 
 It is recommended to set the `icon-name` and `icon-active-name` attributes at the same time
 
@@ -158,7 +158,7 @@ It is recommended to set the `icon-name` and `icon-active-name` attributes at th
 
 :::
 
-## change Event
+### change Event
 
 When the value changes, the `change` event will be triggered
 
@@ -187,7 +187,7 @@ When the value changes, the `change` event will be triggered
 
 :::
 
-## use checkboxGroup
+### use checkboxGroup
 
 :::demo
 
@@ -221,7 +221,7 @@ When the value changes, the `change` event will be triggered
 
 :::
 
-## Checkboxgroup select all / cancel
+### Checkboxgroup select all / cancel
 
 :::demo
 
@@ -276,7 +276,7 @@ When the value changes, the `change` event will be triggered
 
 :::
 
-## use checkboxGroup, Limit the maximum number of options (2)
+### use checkboxGroup, Limit the maximum number of options (2)
 
 :::demo
 
@@ -315,7 +315,7 @@ When the value changes, the `change` event will be triggered
 
 :::
 
-## Select all / half / cancel
+### Select all / half / cancel
 
 :::demo
 
@@ -370,7 +370,7 @@ When the value changes, the `change` event will be triggered
 
 :::
 
-## Checkbox
+### Checkbox
 
 | Attribute | Description | Type   | Default 
 |----- | ----- | ----- | ----- 
@@ -387,7 +387,7 @@ When the value changes, the `change` event will be triggered
 | indeterminate | Whether half selection status is currently supported. It is generally used in select all operation       | Boolean                  | `false` |
 
 
-## CheckboxGroup
+### CheckboxGroup
 
 | Attribute | Description | Type   | Default 
 |----- | ----- | ----- | ----- 
@@ -397,19 +397,19 @@ When the value changes, the `change` event will be triggered
 
 
 
-## Checkbox Event
+### Checkbox Event
 
 | Event | Description                  | Arguments   
 |----- | ----- | ----- 
 | change | Triggered when the value changes | (state, label),`state` represents the current state,`label` indicates the currently selected value 
 
-## CheckboxGroup Event
+### CheckboxGroup Event
 
 | Event | Description                  | Arguments   
 |----- | ----- | ----- 
 | change | Triggered when the value changes | label,`label` returns an array representing the collection of currently selected items 
 
-## CheckboxGroup API
+### CheckboxGroup API
 
 | methodName | Description | Arguments 
 |----- | ----- | ----- 

+ 15 - 15
src/packages/__VUE/checkbox/doc.md

@@ -19,7 +19,7 @@ app.use(CheckboxGroup);
 app.use(Icon);
 ```
 
-## 基本用法
+### 基础用法
 
 :::demo
 
@@ -54,7 +54,7 @@ app.use(Icon);
 
 :::
 
-## 半选状态
+### 半选状态
 
 :::demo
 
@@ -80,7 +80,7 @@ app.use(Icon);
 
 :::
 
-## 禁用状态
+### 禁用状态
 
 :::demo
 
@@ -106,7 +106,7 @@ app.use(Icon);
 
 :::
 
-## 自定义尺寸
+### 自定义尺寸
 
 :::demo
 
@@ -132,7 +132,7 @@ app.use(Icon);
 
 :::
 
-## 自定义图标
+### 自定义图标
 
 这里建议同时设置 `icon-name` 和 `icon-active-name` 属性
 
@@ -158,7 +158,7 @@ app.use(Icon);
 
 :::
 
-## change事件
+### change事件
 
 值发生变化时,将触发 `change` 事件
 
@@ -187,7 +187,7 @@ app.use(Icon);
 
 :::
 
-## checkboxGroup使用
+### checkboxGroup使用
 
 :::demo
 
@@ -221,7 +221,7 @@ app.use(Icon);
 
 :::
 
-## checkboxGroup 全选/取消
+### checkboxGroup 全选/取消
 
 :::demo
 
@@ -276,7 +276,7 @@ app.use(Icon);
 
 :::
 
-## checkboxGroup使用,限制最大可选数(2个)
+### checkboxGroup使用,限制最大可选数(2个)
 
 :::demo
 
@@ -316,7 +316,7 @@ app.use(Icon);
 :::
 
 
-## 全选/半选/取消
+### 全选/半选/取消
 
 :::demo
 
@@ -372,7 +372,7 @@ app.use(Icon);
 :::
 
 
-## Checkbox
+### Checkbox
 
 | 字段 | 说明 | 类型 | 默认值
 |----- | ----- | ----- | ----- 
@@ -387,7 +387,7 @@ app.use(Icon);
 | icon-font-class-name | 自定义 icon 字体基础类名        | String                  | `nutui-iconfont` |
 | label | 复选框的文本内容 | String | -
 | indeterminate | 当前是否支持半选状态,一般用在全选操作中        | Boolean                  | `false` |
-## CheckboxGroup
+### CheckboxGroup
 
 | 字段 | 说明 | 类型 | 默认值
 |----- | ----- | ----- | ----- 
@@ -397,20 +397,20 @@ app.use(Icon);
 
 
 
-## Checkbox Event
+### Checkbox Event
 
 | 字段 | 说明 | 回调参数 
 |----- | ----- | ----- 
 | change | 值变化时触发 | (state, label),`state`代表当前状态,`label`表示当前选中的值
 
-## CheckboxGroup Event
+### CheckboxGroup Event
 
 | 字段 | 说明 | 回调参数 
 |----- | ----- | ----- 
 | change | 值变化时触发 | label,`label`返回一个数组,表示当前选中项的集合
 
 
-## CheckboxGroup API
+### CheckboxGroup API
 
 | 方法名 | 说明 | 参数 
 |----- | ----- | ----- 

+ 2 - 2
src/packages/__VUE/collapse/doc.en-US.md

@@ -19,7 +19,7 @@ app.use(Collapse);
 app.use(CollapseItem);
 ```
 
-## Code demonstration
+### Code demonstration
 
 
 ### Basic Usage
@@ -257,7 +257,7 @@ export default {
 </script>
 ```
 :::
-## Collapse Prop
+### Collapse Prop
 
 | Attribute | Description | Type   | Default |
 |----- | ----- | ----- | ----- 

+ 3 - 4
src/packages/__VUE/collapse/doc.md

@@ -19,8 +19,7 @@ app.use(Collapse);
 app.use(CollapseItem);
 ```
 
-## 代码演示
-## 基本用法
+### 基础用法
 
 通过`v-model`控制展开的面板列表,`activeNames`为数组格式
 :::demo
@@ -256,7 +255,7 @@ export default {
 </script>
 ```
 :::
-## Collapse Prop
+### Collapse Props
 
 | 字段 | 说明 | 类型 | 默认值
 |----- | ----- | ----- | ----- 
@@ -272,7 +271,7 @@ export default {
 | rotate | 点击折叠和展开的旋转角度,在自定义图标模式下生效 | string \ number | 180 |
 
 
-### CollapseItem Prop
+### CollapseItem Props
 | 参数 | 说明 | 类型 | 默认值 | 
 |------|------|------|------|
 | name | 唯一标识符,必填 | string \ number | -1 |

+ 7 - 7
src/packages/__VUE/countup/doc.en-US.md

@@ -18,9 +18,9 @@ const app = createApp();
 app.use(CountUp);
 ```
 
-## Code demonstration
+### Code demonstration
 
-## Basic Usage
+### Basic Usage
 :::demo
 
 ```html
@@ -32,7 +32,7 @@ app.use(CountUp);
 ```
 
 :::
-## Digital scrolling
+### Digital scrolling
 :::demo
 
 ```html
@@ -43,7 +43,7 @@ app.use(CountUp);
 
 :::
 
-## Custom scrolling picture display
+### Custom scrolling picture display
 :::demo
 
 ```html
@@ -84,7 +84,7 @@ export default {
 ```
 :::
 
-## luck draw
+### luck draw
 :::demo
 
 ```html
@@ -142,7 +142,7 @@ export default {
 :::
 
 
-## Prop
+### Props
 
 | Attribute | Description | Type   | Default |
 |----- | ----- | ----- | ----- 
@@ -171,7 +171,7 @@ export default {
 
 
 
-## Event
+### Events
 
 | Event | Description   | Arguments   |
 |----- | ----- | -----

+ 6 - 8
src/packages/__VUE/countup/doc.md

@@ -18,9 +18,7 @@ const app = createApp();
 app.use(CountUp);
 ```
 
-## 代码演示
-
-## 基本用法
+### 基础用法
 :::demo
 
 ```html
@@ -32,7 +30,7 @@ app.use(CountUp);
 ```
 
 :::
-## 数字滚动
+### 数字滚动
 :::demo
 
 ```html
@@ -43,7 +41,7 @@ app.use(CountUp);
 
 :::
 
-## 自定义数字图片展示
+### 自定义数字图片展示
 :::demo
 
 ```html
@@ -84,7 +82,7 @@ export default {
 ```
 :::
 
-## 抽奖
+### 抽奖
 :::demo
 
 ```html
@@ -142,7 +140,7 @@ export default {
 :::
 
 
-## Prop
+### Props
 
 | 字段 | 说明 | 类型 | 默认值
 |----- | ----- | ----- | ----- 
@@ -171,7 +169,7 @@ export default {
 
 
 
-## Event
+### Events
 
 | 字段 | 说明 | 回调参数
 |----- | ----- | -----

+ 0 - 1
src/packages/__VUE/datepicker/doc.md

@@ -20,7 +20,6 @@ app.use(Popup);
 app.use(OverLay);
 ```
     
-## 代码演示
 ### 选择年月日
 :::demo
 

+ 0 - 1
src/packages/__VUE/divider/doc.md

@@ -17,7 +17,6 @@ app.use(Divider);
 ```
 
 
-## 代码演示
 
 ### 基础用法
 

+ 5 - 5
src/packages/__VUE/drag/doc.en-US.md

@@ -13,7 +13,7 @@ const app = createApp();
 app.use(Drag);
 ```
 
-## Basic Usage
+### Basic Usage
 :::demo
 ```html
 <template>
@@ -23,7 +23,7 @@ app.use(Drag);
 </template>
 ```
 :::
-## Limit Direction
+### Limit Direction
 :::demo
 ```html
 <template>
@@ -33,7 +33,7 @@ app.use(Drag);
   </template>
 ```
 :::
-## Attract
+### Attract
 :::demo
 ```html
 <template>
@@ -46,7 +46,7 @@ app.use(Drag);
     </template>
 ```
 :::
-## Limit Boundaries
+### Limit Boundaries
 :::demo
 ```html
 <template>
@@ -88,7 +88,7 @@ app.use(Drag);
 
 ```
 :::
-## Prop
+### Props
 
 | Attribute            | Description               | Type   | Default  |
 | :-------- | :------------------------------------------------ | :------------- | :---------------------------------- |

+ 5 - 5
src/packages/__VUE/drag/doc.md

@@ -13,7 +13,7 @@ const app = createApp();
 app.use(Drag);
 ```
 
-## 基本用法
+### 基础用法
 :::demo
 ```html
 <template>
@@ -23,7 +23,7 @@ app.use(Drag);
 </template>
 ```
 :::
-## 限制拖拽方向
+### 限制拖拽方向
 :::demo
 ```html
 <template>
@@ -33,7 +33,7 @@ app.use(Drag);
   </template>
 ```
 :::
-## 自动吸边
+### 自动吸边
 :::demo
 ```html
 <template>
@@ -46,7 +46,7 @@ app.use(Drag);
     </template>
 ```
 :::
-## 限制拖拽边界
+### 限制拖拽边界
 :::demo
 ```html
 <template>
@@ -88,7 +88,7 @@ app.use(Drag);
 
 ```
 :::
-## Prop
+### Props
 
 | 字段      | 说明                                              | 类型           | 默认值                              |
 | :-------- | :------------------------------------------------ | :------------- | :---------------------------------- |

+ 4 - 4
src/packages/__VUE/drag/doc.taro.md

@@ -13,27 +13,27 @@ const app = createApp();
 app.use(Drag);
 ```
 
-## 基本用法
+### 基础用法
 ```html
 <nut-drag>
   <div class="touch-dom">可点击,可拖拽</div>
 </nut-drag>
 ```
-## 限制拖拽方向
+### 限制拖拽方向
 ```html
 <nut-drag direction="x">
   <div class="touch-dom">只能在X轴拖动</div>
 </nut-drag>
 ```
 
-## 限制拖拽方向
+### 限制拖拽方向
 ```html
 <nut-drag direction="y">
   <div class="touch-dom">只能在Y轴拖动</div>
 </nut-drag>
 ```
 
-## Prop
+### Props
 
 | 字段      | 说明                                              | 类型           | 默认值                              |
 | :-------- | :------------------------------------------------ | :------------- | :---------------------------------- |

+ 3 - 3
src/packages/__VUE/elevator/doc.en-US.md

@@ -458,7 +458,7 @@ app.use(Elevator);
 
 ## API
 
-### Prop
+### Props
 
 | Attribute                   | Description                                                             | Type    | Default |
 |------------------------|----------------------------------------------------------------|---------|------|
@@ -469,13 +469,13 @@ app.use(Elevator);
 | space-height             | Up and down spacing of right anchor point              | Number  | `23` |
 | title-height             | Height of left index                                                     | Number  | `35` |
 
-### Slot
+### Slots
 
 | Attribute                   | Description                                                             |
 |------------------------|----------------------------------------------------------------|
 | default                 | Customize the contents of each data under the left index        |
 
-### Event
+### Events
 
 | Event  | Description     | Arguments    |
 |-------|----------|-------------|

+ 4 - 4
src/packages/__VUE/elevator/doc.md

@@ -17,7 +17,7 @@ const app = createApp();
 app.use(Elevator);
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 
@@ -458,7 +458,7 @@ app.use(Elevator);
 
 ## API
 
-### Prop
+### Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|
@@ -470,13 +470,13 @@ app.use(Elevator);
 | title-height             | 左侧索引的高度                                                     | Number  | `35` |
 
 
-### Slot
+### Slots
 
 | 字段                   | 说明                                                             |
 |------------------------|----------------------------------------------------------------|
 | default                 | 自定义左侧索引下每条数据的内容                                     |
 
-### Event
+### Events
 
 | 名称  | 说明     | 回调参数    |
 |-------|----------|-------------|

+ 0 - 1
src/packages/__VUE/icon/doc.md

@@ -18,7 +18,6 @@ app.use(Icon);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 0 - 1
src/packages/__VUE/layout/doc.md

@@ -19,7 +19,6 @@ app.use(Row);
 app.use(Col);
 ```
 
-## 代码演示
 
 ### 基础用法
 :::demo

+ 0 - 1
src/packages/__VUE/menu/doc.md

@@ -20,7 +20,6 @@ app.use(Popup);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 1 - 1
src/packages/__VUE/navbar/doc.md

@@ -21,7 +21,7 @@ app.use(Tabs);
 app.use(TabPane);
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 ```html

+ 1 - 1
src/packages/__VUE/noticebar/doc.md

@@ -22,7 +22,7 @@ app.use(NoticeBar);
 ```
 
 
-### 基用法
+### 基用法
 
 :::demo
 

+ 4 - 4
src/packages/__VUE/notify/doc.en-US.md

@@ -45,7 +45,7 @@ export default {
 ```
 :::
 
-## Notify Type
+### Notify Type
 
 :::demo
 ```html
@@ -85,7 +85,7 @@ export default {
 </script>
 ```
 :::
-## Custom
+### Custom
 :::demo
 ```html
 <template>
@@ -126,7 +126,7 @@ export default {
 
 
 
-## Template use
+### Template use
 :::demo
 ```html
 <template>
@@ -160,7 +160,7 @@ export default {
 :::
    
     
-## API
+### API
     
 ### Props
     

+ 5 - 5
src/packages/__VUE/notify/doc.md

@@ -12,7 +12,7 @@ import { Notify } from '@nutui/nutui';
 const app = createApp();
 app.use(Notify);
 ```    
-## 基本用法
+### 基础用法
 :::demo
 ```html
 <template>
@@ -41,7 +41,7 @@ export default {
 </script>
 ```
 :::
-## 通知类型
+### 通知类型
 :::demo
 ```html
 <template>
@@ -80,7 +80,7 @@ export default {
 </script>
 ```
 :::
-## 自定义
+### 自定义
 :::demo
 ```html
 <template>
@@ -119,7 +119,7 @@ export default {
 ```
 :::
 
-## 组件调用
+### 组件调用
 :::demo
 ```html
 <template>
@@ -152,7 +152,7 @@ export default {
 ```
 :::
     
-## API
+### API
     
 ### Props
     

+ 1 - 1
src/packages/__VUE/notify/doc.taro.md

@@ -12,7 +12,7 @@ import { Notify } from '@nutui/nutui-taro';
 const app = createApp();
 app.use(Notify);
 ```    
-## 使用示例
+### 使用示例
 
 ``` html 
 <nut-cell-group :title="baseState.state.desc">

+ 0 - 2
src/packages/__VUE/oldpicker/doc.md

@@ -19,8 +19,6 @@ app.use(Picker);
 app.use(Popup);
 ```
     
-## 代码演示
-
     
 ### 基础用法
 :::demo

+ 1 - 2
src/packages/__VUE/popover/doc.md

@@ -21,9 +21,8 @@ app.use(Popover);
 
 ```
 
-### 代码实例
 
-### 基用法
+### 基用法
 
 Popover 支持明朗和暗黑两种风格,默认为明朗风格,将 theme 属性设置为 dark 可切换为暗黑风格。
 

+ 1 - 1
src/packages/__VUE/price/doc.md

@@ -19,7 +19,7 @@ app.use(Price);
 ```
 
 
-### 基用法 small normal large
+### 基用法 small normal large
 
 :::demo
 

+ 0 - 1
src/packages/__VUE/pullrefresh/doc.md

@@ -17,7 +17,6 @@ const app = createApp();
 app.use(PullRefresh);
 ```
     
-## 代码演示
 
 ### 纵向
 

+ 7 - 7
src/packages/__VUE/radio/doc.en-US.md

@@ -18,7 +18,7 @@ app.use(Radio);
 app.use(RadioGroup);
 app.use(Icon);
 ```
-## Basic Usage
+### Basic Usage
 
 Bind the **label** of the current option through **v-model**. And it must be used in combination with **nut-radiogroup** and **nut-radio**
 
@@ -64,7 +64,7 @@ Bind the **label** of the current option through **v-model**. And it must be use
 
 :::
 
-## Horizontal use
+### Horizontal use
 
 :::demo
 
@@ -107,7 +107,7 @@ Bind the **label** of the current option through **v-model**. And it must be use
 ```
 
 :::
-## Custom size
+### Custom size
 
 :::demo
 
@@ -136,7 +136,7 @@ Bind the **label** of the current option through **v-model**. And it must be use
 
 :::
 
-## Custom icon
+### Custom icon
 
 It is suggested to modify `icon-name` and `icon-active-name`
 
@@ -167,7 +167,7 @@ It is suggested to modify `icon-name` and `icon-active-name`
 
 :::
 
-## Trigger change event
+### Trigger change event
 
 :::demo
 
@@ -199,7 +199,7 @@ It is suggested to modify `icon-name` and `icon-active-name`
 ```
 :::
 
-## Prop
+## Props
 
 ### Radio
 
@@ -222,7 +222,7 @@ It is suggested to modify `icon-name` and `icon-active-name`
 | text-position | The position of the text, optional value:`left`,`right`        | String                  | `right`    |
 | direction     | Use horizontal and vertical optional values `horizontal`、`vertical`      | String                  | `vertical` |
 
-## RadioGroup Event
+### RadioGroup Event
 
 | Event   | Description         | Arguments                                           |
 |--------|--------------|----------------------------------------------------|

+ 7 - 7
src/packages/__VUE/radio/doc.md

@@ -18,7 +18,7 @@ app.use(Radio);
 app.use(RadioGroup);
 app.use(Icon);
 ```
-## 基本用法
+### 基础用法
 
 通过 **v-model** 绑定值当前选项的 **label** 。并且必须 **nut-radiogroup** 和 **nut-radio** 相结合进行使用
 
@@ -64,7 +64,7 @@ app.use(Icon);
 
 :::
 
-## 水平使用
+### 水平使用
 
 :::demo
 
@@ -107,7 +107,7 @@ app.use(Icon);
 ```
 
 :::
-## 自定义尺寸
+### 自定义尺寸
 
 :::demo
 
@@ -136,7 +136,7 @@ app.use(Icon);
 
 :::
 
-## 自定义图标
+### 自定义图标
 
 建议 `icon-name` `icon-active-name` 一起修改
 
@@ -167,7 +167,7 @@ app.use(Icon);
 
 :::
 
-## 触发 change 事件
+### 触发 change 事件
 
 :::demo
 
@@ -199,7 +199,7 @@ app.use(Icon);
 ```
 :::
 
-## Prop
+## Props
 
 ### Radio
 
@@ -222,7 +222,7 @@ app.use(Icon);
 | text-position | 文本所在的位置,可选值:`left`,`right`        | String                  | `right`    |
 | direction     | 使用横纵方向 可选值 horizontal、vertical      | String                  | `vertical` |
 
-## RadioGroup Event
+### RadioGroup Events
 
 | 字段   | 说明         | 回调参数                                           |
 |--------|--------------|----------------------------------------------------|

+ 0 - 1
src/packages/__VUE/range/doc.md

@@ -17,7 +17,6 @@ const app = createApp();
 app.use(Range);
 ```
 
-## 代码演示
 
 ### 基础用法
 :::demo

+ 0 - 1
src/packages/__VUE/rate/doc.md

@@ -18,7 +18,6 @@ app.use(Rate);
 app.use(Icon);
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 1 - 1
src/packages/__VUE/sidenavbar/doc.md

@@ -19,7 +19,7 @@ app.use(SubSideNavBar);
 app.use(SideNavBarItem);
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 

+ 0 - 1
src/packages/__VUE/signature/doc.md

@@ -17,7 +17,6 @@ app.use(Signature);
 ```
     
     
-## 代码演示
     
 ### 基础用法
 

+ 0 - 1
src/packages/__VUE/signature/doc.taro.md

@@ -17,7 +17,6 @@ app.use(Signature);
 ```
     
     
-## 代码演示
  
 ### 修改颜色和签字粗细
 

+ 0 - 2
src/packages/__VUE/sku/doc.md

@@ -21,8 +21,6 @@ app.use(Price);
 
 ```
 
-## 代码演示
-
 ### 基础用法
 
 :::demo

+ 5 - 6
src/packages/__VUE/steps/doc.en-US.md

@@ -133,11 +133,10 @@ app.use(Step);
 :::
 
 
-## API
 
-### Props
+## API
 
-#### nut-steps
+### Steps Props
 
 | Attribute       | Description                                         | Type             | Default |
 | ---------------------- | ----------------------------------------------------------- | -------------- | ----------- |
@@ -145,13 +144,13 @@ app.use(Step);
 | current	               | 	Current step           | Number、String        | '0'      |
 | progress-dot            |  Dot step bar     | Boolean | false         |
 
-#### nut-steps events
+### Steps Events
 
 | Event | Description                  | Arguments   |
 |--------|----------------|--------------|
 | click-step  | Triggered when the title or icon of the step is clicked | index: number |
 
-#### nut-step
+### Step Props
 
 | Attribute       | Description                         | Type             | Default |
 | ---------------- | ---------------------- | ------------ | ----------- |
@@ -160,7 +159,7 @@ app.use(Step);
 | icon          | Icon       | String | null |
 | icon-color          | Icon color       | String | null |
 
-#### nut-step slots
+### Step Slots
 
 | Event | Description                  |
 | ---------------- | ---------------------- |

+ 7 - 7
src/packages/__VUE/steps/doc.md

@@ -18,7 +18,7 @@ app.use(Steps);
 app.use(Step);
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 
@@ -133,11 +133,11 @@ app.use(Step);
 :::
 
 
-## API
 
-### Props
 
-#### nut-steps
+## API
+
+### Steps Props
 
 | 参数                   | 说明                                                        | 类型           | 默认值      |
 | ---------------------- | ----------------------------------------------------------- | -------------- | ----------- |
@@ -145,13 +145,13 @@ app.use(Step);
 | current	               | 	当前所在的步骤           | Number、String        | '0'      |
 | progress-dot            |  点状步骤条     | Boolean | false         |
 
-#### nut-steps events
+### Steps Events
 
 | 事件名 | 说明           | 回调参数     |
 |--------|----------------|--------------|
 | click-step  | 点击步骤的标题或图标时触发 | index: number |
 
-#### nut-step
+### Step Props
 
 | 参数           | 说明                   | 类型     | 默认值      |
 | ---------------- | ---------------------- | ------------ | ----------- |
@@ -160,7 +160,7 @@ app.use(Step);
 | icon          | 图标       | String | null |
 | icon-color          | 图标颜色       | String | null |
 
-#### nut-step slots
+### Step Slots
 
 | 参数           | 说明                   |
 | ---------------- | ---------------------- |

+ 0 - 1
src/packages/__VUE/swipe/doc.md

@@ -19,7 +19,6 @@ app.use(Cell);
 app.use(Button);
 ```
 
-## 代码演示
 
 ### 基础用法
 

+ 0 - 1
src/packages/__VUE/switch/doc.en-US.md

@@ -18,7 +18,6 @@ app.use(Switch);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 :::demo

+ 0 - 1
src/packages/__VUE/switch/doc.md

@@ -18,7 +18,6 @@ app.use(Switch);
 
 ```
 
-## 代码演示
 
 ### 基础用法
 :::demo

+ 0 - 1
src/packages/__VUE/temp/doc.md

@@ -15,7 +15,6 @@ app.use(Temp);
 
 ```
 
-## 代码演示
 
 ### 基础用法1
 

+ 0 - 1
src/packages/__VUE/textarea/doc.md

@@ -17,7 +17,6 @@ const app = createApp();
 app.use(TextArea);
 
 ```
-## 代码演示
 
 ### 基础用法
 :::demo

+ 3 - 3
src/packages/__VUE/timedetail/doc.md

@@ -17,7 +17,7 @@ const app = createApp();
 app.use(TimeSelect);
 ```
 
-### 基用法
+### 基用法
 
 ``` html
 <nut-timeselect></nut-timeselect>
@@ -34,14 +34,14 @@ setup() {
 
 ## API
 
-### Prop
+### Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|
 | height                 | 电梯区域的高度                                                    | Number、String  | `200px`
 
 
-### Event
+### Events
 
 | 名称  | 说明     | 回调参数    |
 |-------|----------|-------------|

+ 3 - 3
src/packages/__VUE/timepannel/doc.md

@@ -17,7 +17,7 @@ const app = createApp();
 app.use(TimeSelect);
 ```
 
-### 基用法
+### 基用法
 
 ``` html
 <nut-timeselect></nut-timeselect>
@@ -34,14 +34,14 @@ setup() {
 
 ## API
 
-### Prop
+### Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|
 | height                 | 电梯区域的高度                                                    | Number、String  | `200px`
 
 
-### Event
+### Events
 
 | 名称  | 说明     | 回调参数    |
 |-------|----------|-------------|

+ 5 - 5
src/packages/__VUE/timeselect/doc.en-US.md

@@ -318,7 +318,7 @@ app.use(Overlay);
 
 ## API
 
-### TimeSelect Prop
+### TimeSelect Props
 
 | Attribute                   | Description                                                             | Type    | Default |
 |------------------------|----------------------------------------------------------------|---------|------|
@@ -329,7 +329,7 @@ app.use(Overlay);
 | current-time                 | The currently selected time, the array element contains:key: string; list: string[]      | Array  | `[]`
 | lock-scroll            | Whether the background is locked                         | Boolean        | `false`       |
 
-### Slot
+### Slots
 
 | Attribute                   | Description                                                             |
 |------------------------|----------------------------------------------------------------|
@@ -337,21 +337,21 @@ app.use(Overlay);
 | pannel                 | List for left                                                    |
 | detail                 | Detail Content for right                                                    |
 
-### TimePannel Prop
+### TimePannel Props
 
 | Attribute                   | Description                                                             | Type    | Default |
 |------------------------|----------------------------------------------------------------|---------|------|
 | name                 | Name of display                                                    | String  | ``
 | pannel-key           | Unique ID, which identifies the currently selected day together with `current-key`                      | Number、String  | `0`
 
-### TimeDetail Prop
+### TimeDetail Props
 
 | Attribute                   | Description                                                             | Type    | Default |
 |------------------------|----------------------------------------------------------------|---------|------|
 | times                 | Selectable time, the same as array elements `current-time`                              | Array  | `[]`
 
 
-### TimeSelect Event
+### TimeSelect Events
 
 | Event | Description                  | Arguments   |
 |-------|----------|-------------|

+ 5 - 5
src/packages/__VUE/timeselect/doc.md

@@ -22,7 +22,7 @@ app.use(Icon);
 app.use(Overlay);
 ```
 
-### 基用法
+### 基用法
 
 :::demo
 
@@ -318,7 +318,7 @@ app.use(Overlay);
 
 ## API
 
-### TimeSelect Prop
+### TimeSelect Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|
@@ -329,7 +329,7 @@ app.use(Overlay);
 | current-time                 | 当前选择的时间,数组元素包含:key: string; list: string[]      | Array  | `[]`
 | lock-scroll            | 背景是否锁定                                                | Boolean        | `false`       |
 
-### Slot
+### Slots
 
 | 字段                   | 说明                                                             |
 |------------------------|----------------------------------------------------------------|
@@ -337,14 +337,14 @@ app.use(Overlay);
 | pannel                 | 左侧列表                                                    |
 | detail                 | 右侧详细内容                                                    |
 
-### TimePannel Prop
+### TimePannel Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|
 | name                 | 显示的名称                                                    | String  | ``
 | pannel-key           | 唯一标识,和 current-key一起标识当前选择的天                      | Number、String  | `0`
 
-### TimeDetail Prop
+### TimeDetail Props
 
 | 字段                   | 说明                                                             | 类型    | 默认值 |
 |------------------------|----------------------------------------------------------------|---------|------|

+ 11 - 12
src/packages/__VUE/toast/doc.en-US.md

@@ -14,9 +14,8 @@ const app = createApp();
 app.use(Toast);
 ```
 
-## Usage
 
-#### Global Usage
+### Global Usage
 :::demo
 ``` html
 <template>
@@ -34,7 +33,7 @@ export default {
 ```
 :::
 
-#### Text
+### Text
 :::demo
 ```html
 <template>
@@ -55,7 +54,7 @@ export default {
 </script>
 ```
 :::
-#### Title
+### Title
 
 :::demo
 ```html
@@ -79,7 +78,7 @@ export default {
 </script>
 ```
 :::
-#### Success
+### Success
 
 :::demo
 ```html
@@ -102,7 +101,7 @@ export default {
 ```
 :::
 
-#### Fail
+### Fail
 
 :::demo
 ```html
@@ -125,7 +124,7 @@ export default {
 ```
 :::
 
-#### Warn
+### Warn
 
 :::demo
 ```html
@@ -148,7 +147,7 @@ export default {
 ```
 :::
 
-#### Loading
+### Loading
 
 :::demo
 ```html
@@ -171,7 +170,7 @@ export default {
 ```
 :::
 
-#### Not Disappear
+### Not Disappear
 
 :::demo
 ```html
@@ -195,7 +194,7 @@ export default {
 </script>
 ```
 :::
-#### Custom Bottom Height
+### Custom Bottom Height
 
 :::demo
 ```html
@@ -221,7 +220,7 @@ export default {
 ```
 :::
 
-#### Loading with transparent cover
+### Loading with transparent cover
 :::demo
 ```html
 <template>
@@ -246,7 +245,7 @@ export default {
 :::
 
 
-####  Support import and use in JS modules
+###  Support import and use in JS modules
 ``` javascript
 import { Toast } from "@nutui/nutui";
 Toast.text('use in js module');

+ 11 - 12
src/packages/__VUE/toast/doc.md

@@ -14,9 +14,8 @@ const app = createApp();
 app.use(Toast);
 ```
 
-## 代码演示
 
-#### 全局使用方式
+### 全局使用方式
 :::demo
 ``` html
 <template>
@@ -34,7 +33,7 @@ export default {
 ```
 :::
 
-#### 文字提示
+### 文字提示
 :::demo
 ```html
 <template>
@@ -55,7 +54,7 @@ export default {
 </script>
 ```
 :::
-#### 标题提示
+### 标题提示
 
 :::demo
 ```html
@@ -79,7 +78,7 @@ export default {
 </script>
 ```
 :::
-#### 成功提示
+### 成功提示
 
 :::demo
 ```html
@@ -102,7 +101,7 @@ export default {
 ```
 :::
 
-#### 失败提示
+### 失败提示
 
 :::demo
 ```html
@@ -125,7 +124,7 @@ export default {
 ```
 :::
 
-#### 警告提示
+### 警告提示
 
 :::demo
 ```html
@@ -148,7 +147,7 @@ export default {
 ```
 :::
 
-#### 加载提示
+### 加载提示
 
 :::demo
 ```html
@@ -171,7 +170,7 @@ export default {
 ```
 :::
 
-#### Toast不消失
+### Toast不消失
 
 :::demo
 ```html
@@ -195,7 +194,7 @@ export default {
 </script>
 ```
 :::
-#### Toast自定义底部高度
+### Toast自定义底部高度
 
 :::demo
 ```html
@@ -221,7 +220,7 @@ export default {
 ```
 :::
 
-#### Loading带透明罩
+### Loading带透明罩
 :::demo
 ```html
 <template>
@@ -246,7 +245,7 @@ export default {
 :::
 
 
-####  支持在JS模块中导入使用
+###  支持在JS模块中导入使用
 ``` javascript
 import { Toast } from "@nutui/nutui";
 Toast.text('在js模块中使用');

+ 3 - 2
src/packages/__VUE/toast/doc.taro.md

@@ -18,6 +18,8 @@ app.use(Toast);
 ```
 
 
+### 基础用法
+
 ``` html
 <nut-toast :msg="page.state.msg" v-model:visible="page.state.show" :type="page.state.type" @closed="page.methods.onClosed" :cover="page.state.cover" />
 <nut-cell title="Text 文字提示" is-link @click="page.methods.openToast('text','网络失败,请稍后再试~')"></nut-cell>
@@ -62,9 +64,8 @@ export default {
   }
 };
 ```
-### 基本用法
 
-## Props
+### Props
 
 | 字段                   | 说明                                                                    | 类型         | 默认值                        |
 |------------------------|-------------------------------------------------------------------------|--------------|-------------------------------|

+ 2 - 2
src/packages/__VUE/uploader/doc.en-US.md

@@ -361,7 +361,7 @@ export default {
 ```
 :::
 
-### Prop
+### Props
 
 | Attribute         | Description                                                                                                                                      | Type                              | Default          |
 |-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|------------------|
@@ -404,7 +404,7 @@ export default {
 | type      | File type                                                   | "image/jpeg"                    |
 | formData  | Upload the required data                                    | new FormData()                  |
 
-### Event
+### Events
 
 | Event           | Description                                              | Arguments                      |
 |-----------------|----------------------------------------------------------|--------------------------------|

+ 3 - 3
src/packages/__VUE/uploader/doc.md

@@ -18,7 +18,7 @@ app.use(Progress);
 ```
 
 
-### 基用法
+### 基用法
 
 :::demo
 ```html
@@ -361,7 +361,7 @@ export default {
 ```
 :::
 
-### Prop
+### Props
 
 | 字段                      | 说明                                                                                                                                                                                   | 类型                              | 默认值           |
 |---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|------------------|
@@ -404,7 +404,7 @@ export default {
 | type     | 文件类型                                        | "image/jpeg"                    |
 | formData | 上传所需的data                                  | new FormData()                  |
 
-### Event
+### Events
 
 | 名称            | 说明                   | 回调参数                       |
 |-----------------|------------------------|--------------------------------|

+ 3 - 3
src/packages/__VUE/uploader/doc.taro.md

@@ -17,7 +17,7 @@ app.use(Progress);
 ```
 
 
-### 基用法
+### 基用法
 
 ``` html
 <nut-uploader :url="uploadUrl"></nut-uploader>
@@ -227,7 +227,7 @@ setup() {
 }
 ```
 
-### Prop
+### Props
 
 | 字段                      | 说明                                                                                                                   | 类型                              | 默认值                    |
 |---------------------------|------------------------------------------------------------------------------------------------------------------------|-----------------------------------|---------------------------|
@@ -266,7 +266,7 @@ setup() {
 | url      | 文件路径                                        | ""                              |
 | formData | 上传所需的data                                  | {}                              |
 
-### Event
+### Events
 
 | 名称            | 说明                   | 回调参数                  |
 |-----------------|------------------------|---------------------------|

+ 0 - 1
src/packages/__VUE/video/doc.md

@@ -14,7 +14,6 @@ const app = createApp();
 app.use(Video);
 ```
 
-## 代码演示
 
 ### 基础用法