docs: 更新组件名称

This commit is contained in:
dengrongyao 2021-04-12 17:58:25 +08:00 committed by neverland
parent c024430d4f
commit d82b491d29
5 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ export default [
list: [ list: [
{ {
path: '/action-sheet', path: '/action-sheet',
title: 'ActionSheet 上拉菜单', title: 'ActionSheet 动作面板',
}, },
{ {
path: '/dialog', path: '/dialog',
@ -155,7 +155,7 @@ export default [
}, },
{ {
path: '/notice-bar', path: '/notice-bar',
title: 'NoticeBar 通栏', title: 'NoticeBar 通栏',
}, },
{ {
path: '/panel', path: '/panel',

View File

@ -1,3 +1,3 @@
{ {
"navigationBarTitleText": "ActionSheet 上拉菜单" "navigationBarTitleText": "ActionSheet 动作面板"
} }

View File

@ -1,3 +1,3 @@
{ {
"navigationBarTitleText": "NoticeBar 通栏" "navigationBarTitleText": "NoticeBar 通栏"
} }

View File

@ -1,4 +1,4 @@
# ActionSheet 上拉菜单 # ActionSheet 动作面板
### 介绍 ### 介绍

View File

@ -1,4 +1,4 @@
# NoticeBar 通 # NoticeBar 通
### 介绍 ### 介绍
@ -95,7 +95,7 @@
| 参数 | 说明 | 类型 | 默认值 | | 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| mode | 通栏模式,可选值为 `closeable` `link` | _string_ | `''` | | mode | 通栏模式,可选值为 `closeable` `link` | _string_ | `''` |
| text | 通知文本内容 | _string_ | `''` | | text | 通知文本内容 | _string_ | `''` |
| color | 通知文本颜色 | _string_ | `#ed6a0c` | | color | 通知文本颜色 | _string_ | `#ed6a0c` |
| background | 滚动条背景 | _string_ | `#fffbe8` | | background | 滚动条背景 | _string_ | `#fffbe8` |