diff --git a/example/config.js b/example/config.js index 0a5e671d..5398bc4e 100644 --- a/example/config.js +++ b/example/config.js @@ -93,7 +93,7 @@ export default [ list: [ { path: '/action-sheet', - title: 'ActionSheet 上拉菜单', + title: 'ActionSheet 动作面板', }, { path: '/dialog', @@ -155,7 +155,7 @@ export default [ }, { path: '/notice-bar', - title: 'NoticeBar 通告栏', + title: 'NoticeBar 通知栏', }, { path: '/panel', diff --git a/example/pages/action-sheet/index.json b/example/pages/action-sheet/index.json index acb393b9..5e46d62a 100644 --- a/example/pages/action-sheet/index.json +++ b/example/pages/action-sheet/index.json @@ -1,3 +1,3 @@ { - "navigationBarTitleText": "ActionSheet 上拉菜单" + "navigationBarTitleText": "ActionSheet 动作面板" } diff --git a/example/pages/notice-bar/index.json b/example/pages/notice-bar/index.json index bd717166..dc6a0223 100644 --- a/example/pages/notice-bar/index.json +++ b/example/pages/notice-bar/index.json @@ -1,3 +1,3 @@ { - "navigationBarTitleText": "NoticeBar 通告栏" + "navigationBarTitleText": "NoticeBar 通知栏" } diff --git a/packages/action-sheet/README.md b/packages/action-sheet/README.md index 68e29078..fe0326f0 100644 --- a/packages/action-sheet/README.md +++ b/packages/action-sheet/README.md @@ -1,4 +1,4 @@ -# ActionSheet 上拉菜单 +# ActionSheet 动作面板 ### 介绍 diff --git a/packages/notice-bar/README.md b/packages/notice-bar/README.md index 8fc74ce6..34024616 100644 --- a/packages/notice-bar/README.md +++ b/packages/notice-bar/README.md @@ -1,4 +1,4 @@ -# NoticeBar 通告栏 +# NoticeBar 通知栏 ### 介绍 @@ -95,7 +95,7 @@ | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | -| mode | 通告栏模式,可选值为 `closeable` `link` | _string_ | `''` | +| mode | 通知栏模式,可选值为 `closeable` `link` | _string_ | `''` | | text | 通知文本内容 | _string_ | `''` | | color | 通知文本颜色 | _string_ | `#ed6a0c` | | background | 滚动条背景 | _string_ | `#fffbe8` |