You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by tw...@apache.org on 2020/11/23 07:31:23 UTC

[incubator-weex-ui] branch master updated: [!] wxc-result: fix error document link

This is an automated email from the ASF dual-hosted git repository.

tw93 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 04701ee  [!] wxc-result: fix error document link
     new 1d7631e  Merge pull request #507 from ReedSun/bug-fix-wxc-result-ducument
04701ee is described below

commit 04701eef561295508218db8e936a6bf68735298f
Author: ReedSun <su...@gmail.com>
AuthorDate: Mon Nov 23 15:11:19 2020 +0800

    [!] wxc-result: fix error document link
---
 packages/wxc-result/README.md    | 4 ++--
 packages/wxc-result/README_cn.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/wxc-result/README.md b/packages/wxc-result/README.md
index 18c4e39..1cf9238 100644
--- a/packages/wxc-result/README.md
+++ b/packages/wxc-result/README.md
@@ -4,7 +4,7 @@
 
 ### Rule
   - Used for error pages to reduce user anxiety.
-  - You can configure this [type.js#L5](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L5) for custom errors
+  - You can configure this [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js) for custom errors
 
 
 ## [Demo](https://h5.m.taobao.com/trip/wx-detection-demo/result/index.html?_wx_tpl=https%3A%2F%2Fh5.m.taobao.com%2Ftrip%2Fwx-detection-demo%2Fresult%2Findex.weex.js)
@@ -48,7 +48,7 @@ More details can be found in [here](https://github.com/apache/incubator-weex-ui/
 | type | `String` |`N`| `errorPage`|`errorPage、noNetwork、noGoods、errorLocation`|
 | show | `Boolean` |`N`| `true` | whether to show |
 | padding-top | `Number` |`N`| `240` | padding top from screen |
-| custom-set | `Object` |`N`| `{}` |custom config [type.js#L4](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L4)|
+| custom-set | `Object` |`N`| `{}` |custom config [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js)|
 | wrap-style | `Object` | `N`|`{}` | custom wrap style|
 
 ### Custom Config
diff --git a/packages/wxc-result/README_cn.md b/packages/wxc-result/README_cn.md
index ed99e2e..f525020 100644
--- a/packages/wxc-result/README_cn.md
+++ b/packages/wxc-result/README_cn.md
@@ -4,7 +4,7 @@
 
 ### 规则
   - 用于出错的页面,减少用户焦虑感
-  - 配置 [type.js#L5](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L5) 来定制化
+  - 配置 [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js) 来定制化
 
 
 ## [Demo](https://h5.m.taobao.com/trip/wx-detection-demo/result/index.html?_wx_tpl=https%3A%2F%2Fh5.m.taobao.com%2Ftrip%2Fwx-detection-demo%2Fresult%2Findex.weex.js)
@@ -49,7 +49,7 @@
 | type | `String` |`N`| `errorPage`|`errorPage、noNetwork、noGoods、errorLocation`|
 | show | `Boolean` |`N`| `true` | 是否显示 |
 | padding-top | `Number` |`N`| `240` | 图案距离顶部高度 |
-| custom-set | `Object` |`N`| `{}` | 自定义覆盖 [type.js#L4](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L4)|
+| custom-set | `Object` |`N`| `{}` | 自定义覆盖 [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js)|
 | wrap-style | `Object` | `N`|`{}` | 外层 wrap 样式自定义 |
 
 ### 自定义配置案例