From d82b491d29a3f3c85993ffcc4f14a5b3594b327e Mon Sep 17 00:00:00 2001 From: dengrongyao Date: Mon, 12 Apr 2021 17:58:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/config.js | 4 ++-- example/pages/action-sheet/index.json | 2 +- example/pages/notice-bar/index.json | 2 +- packages/action-sheet/README.md | 2 +- packages/notice-bar/README.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) 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` |