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

(unknown) pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-weex-ui.git


The following commit(s) were added to refs/heads/dev by this push:
     new e4f3aa6  docs(update home page):
e4f3aa6 is described below

commit e4f3aa6e4d453d3824bcee75f2ddc04281c6d384
Author: 侑夕 <tw102...@alibaba-inc.com>
AuthorDate: Mon Nov 25 20:03:01 2019 +0800

    docs(update home page):
---
 CHANGELOG.md                       | 128 ++++++++++++++++++------------------
 CHANGELOG_cn.md                    | 130 ++++++++++++++++++-------------------
 README.md                          |  10 +--
 README_cn.md                       |  10 +--
 docs/faq.md                        |   6 +-
 docs/faq_cn.md                     |   6 +-
 docs/weex-ui-report.md             |   2 +-
 package.json                       |   2 +-
 packages/wxc-tab-page/README.md    |   2 +-
 packages/wxc-tab-page/README_cn.md |   2 +-
 10 files changed, 149 insertions(+), 149 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index be6db06..63a7e73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,109 +4,109 @@
 - [!]From alibaba/weex-ui to 
[apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui) 
 
 ## 0.7.1
-- [+] 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/slider-bar) 
add `wxcSliderBarTouchEnd` event.
-- [!] Fixed [wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/mask) 
jitter bug when inputting.
+- [+] 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/slider-bar)
 add `wxcSliderBarTouchEnd` event.
+- [!] Fixed 
[wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/mask) 
jitter bug when inputting.
 - [!] Fixed the problem that the QR code does not display when debugging.
 
 ## 0.7.0
 - [-] Remove alipay util,Preventing audit issues 
[issue/467](https://github.com/apache/incubator-weex-ui/issues/467)
-- [!] 
[wxc-tab-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-bar) add 
`supportXBar` param.
+- [!] 
[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar)
 add `supportXBar` param.
 
 ## 0.6.16
-- [+] 
[wxc-pan-item](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-pan-item/) 
add `extId` when  pan. 
[issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
+- [+] 
[wxc-pan-item](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-pan-item/)
 add `extId` when  pan. 
[issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
 
 ## 0.6.15
-- [!] 
[wxc-swipe-action](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-swipe-action/)fix
 delete the last data item, then click on another item to report the error.
-- [!] 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 fix dynamically assign value to value, then slide back to return value
-- [!] [wxc-radio](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-radio/) 
fix the selected item cannot be modified when modifying the list array
+- [!] 
[wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)fix
 delete the last data item, then click on another item to report the error.
+- [!] 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 fix dynamically assign value to value, then slide back to return value
+- [!] 
[wxc-radio](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-radio/)
 fix the selected item cannot be modified when modifying the list array
 
 ## 0.6.14
-- [!] 
[wxc-swipe-action](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-swipe-action/)
 adds slot labels, extended style and height attributes
+- [!] 
[wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)
 adds slot labels, extended style and height attributes
 
 ## 0.6.13
-- [!] 
Fixed[wxc-overlay](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-dialog/)problem
 on[wxc-tab-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-bar/)
+- [!] 
Fixed[wxc-overlay](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-dialog/)problem
 
on[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar/)
 - [+] add a new componet named wxc-swipe-action
-- [!] Fix 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
displaying style problem, add isHighlight attribute to control whether button 
is highlighted or not.
+- [!] Fix 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 displaying style problem, add isHighlight attribute to control whether button 
is highlighted or not.
 
 ## 0.6.12
-- [!] Fixed set transparency issues 
[wxc-lightbox](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-lightbox/).
-- [!] Fixed set transparency issues 
[wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-mask/).
-- [!] Fixed cannot click, the component cannot modify the internal style 
[wxc-special-rich-text](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-rich-text/).
-- [!] Fixed click no highlighting question 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/).
+- [!] Fixed set transparency issues 
[wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/).
+- [!] Fixed set transparency issues 
[wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/).
+- [!] Fixed cannot click, the component cannot modify the internal style 
[wxc-special-rich-text](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-rich-text/).
+- [!] Fixed click no highlighting question 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/).
 
 ## 0.6.11
-- [!] Fixed the shake when change disabled about 
[wxc-button](https://alibaba.github.io/weex-ui/#/packages/wxc-button/).
-- [!] Fixed the line-height bug about 
[wxc-stepper](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-stepper/).
-- [!] Fixed the loopedIndex bug about 
[wxc-ep-slider](https://alibaba.github.io/weex-ui/#/packages/wxc-ep-slider/).
+- [!] Fixed the shake when change disabled about 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/).
+- [!] Fixed the line-height bug about 
[wxc-stepper](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-stepper/).
+- [!] Fixed the loopedIndex bug about 
[wxc-ep-slider](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/).
 
 ## 0.6.10
 
-- [!] Fixed the `lines` bug about 
[wxc-popover](https://alibaba.github.io/weex-ui/#/packages/wxc-popover/) when 
in web.  [issue/384](https://github.com/apache/incubator-weex-ui/issues/384)
-- [!] Fixed the `sourceData` warning about 
[wxc-city](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-city/) when 
searching. [issue/382](https://github.com/apache/incubator-weex-ui/issues/382)
-- [!] Fixed the `btnStyle` style cannot cover about 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/). 
[issue/390](https://github.com/apache/incubator-weex-ui/issues/390)
+- [!] Fixed the `lines` bug about 
[wxc-popover](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popover/)
 when in web.  
[issue/384](https://github.com/apache/incubator-weex-ui/issues/384)
+- [!] Fixed the `sourceData` warning about 
[wxc-city](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-city/) 
when searching. 
[issue/382](https://github.com/apache/incubator-weex-ui/issues/382)
+- [!] Fixed the `btnStyle` style cannot cover about 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/).
 [issue/390](https://github.com/apache/incubator-weex-ui/issues/390)
 - [+] Add Weex and Bindingx DingTalk Group.
 
 ## 0.6.9
-- [!] Fixed the bug about 
[wxc-loading](https://alibaba.github.io/weex-ui/#/packages/wxc-loading/) When 
`need-mask` is false.
-- [-] Remove the special treatment for weex-toolkit in 
[with-weex-toolkit](https://alibaba.github.io/weex-ui/#/docs/with-weex-toolkit).
+- [!] Fixed the bug about 
[wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-loading/)
 When `need-mask` is false.
+- [-] Remove the special treatment for weex-toolkit in 
[with-weex-toolkit](https://apache.github.io/incubator-weex-ui/#/docs/with-weex-toolkit).
 
 ## 0.6.8
-- [+] 
[wxc-tab-page](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/) 
supports more settings about tab-item, More can see 
[here]((https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/))
-- [+] 
[wxc-lightbox](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/) add  
params about `index` and `interval`
-- [!] 
[wxc-rich-text](https://alibaba.github.io/weex-ui/#/packages/wxc-rich-text/)  
remove the old hack about wxc-special-rich-text
+- [+] 
[wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
 supports more settings about tab-item, More can see 
[here]((https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/))
+- [+] 
[wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
 add  params about `index` and `interval`
+- [!] 
[wxc-rich-text](https://apache.github.io/incubator-weex-ui/#/packages/wxc-rich-text/)
  remove the old hack about wxc-special-rich-text
 
 ## 0.6.7
 - [!] Modifying the location attribute of loading 
[pull/323](https://github.com/apache/incubator-weex-ui/pull/323)
 - [!] English document grammar correction 
[pull/329](https://github.com/apache/incubator-weex-ui/pull/329)、[pull/330](https://github.com/apache/incubator-weex-ui/pull/330)
-- [+] New judgement method about iPhoneXS Max/ iPhoneXR  in util 
[utils](https://alibaba.github.io/weex-ui/#/packages/utils/) 
[pull/337](https://github.com/apache/incubator-weex-ui/pull/337)
+- [+] New judgement method about iPhoneXS Max/ iPhoneXR  in util 
[utils](https://apache.github.io/incubator-weex-ui/#/packages/utils/) 
[pull/337](https://github.com/apache/incubator-weex-ui/pull/337)
 - [!] Update the npm version of querystringify and url-parse 
[pull/329](https://github.com/apache/incubator-weex-ui/pull/329)
-- [+] [wxc-button](https://alibaba.github.io/weex-ui/#/packages/wxc-button/) 
add a green theme 
[pull/291](https://github.com/apache/incubator-weex-ui/pull/291)
-- [+] 
[wxc-indexlist](https://alibaba.github.io/weex-ui/#/packages/wxc-indexlist/) 
add a  `need-animation` param to disable the index animation 
[issue/341](https://github.com/apache/incubator-weex-ui/issues/341)
-- [!] Fixed the bug about 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 When drag can still be dragged after Android dragging the slider. 
[issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
-- [+] 
[wxc-minibar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-minibar/) add 
bar-style param to cover style  
[issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
+- [+] 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/) 
add a green theme 
[pull/291](https://github.com/apache/incubator-weex-ui/pull/291)
+- [+] 
[wxc-indexlist](https://apache.github.io/incubator-weex-ui/#/packages/wxc-indexlist/)
 add a  `need-animation` param to disable the index animation 
[issue/341](https://github.com/apache/incubator-weex-ui/issues/341)
+- [!] Fixed the bug about 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 When drag can still be dragged after Android dragging the slider. 
[issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
+- [+] 
[wxc-minibar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-minibar/)
 add bar-style param to cover style  
[issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
 
 ## 0.6.6
-- [!] Fixed the padding undefined bug for 
[wxc-tab-page](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/)   
[issue/320](https://github.com/apache/incubator-weex-ui/issues/320)
-- [!] Fixed the standOut Value bug for 
[wxc-popup](https://alibaba.github.io/weex-ui/#/packages/wxc-popup/)     
[issue/319](https://github.com/apache/incubator-weex-ui/issues/319)
+- [!] Fixed the padding undefined bug for 
[wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
   [issue/320](https://github.com/apache/incubator-weex-ui/issues/320)
+- [!] Fixed the standOut Value bug for 
[wxc-popup](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popup/)   
  [issue/319](https://github.com/apache/incubator-weex-ui/issues/319)
 
 ## 0.6.5
-- [+] [`wxc-button`](https://alibaba.github.io/weex-ui/#/packages/wxc-button/) 
supports to set the disabled style for replace
-- [!] Fixed the link click callback for 
[`wxc-rich-text`](https://alibaba.github.io/weex-ui/#/packages/wxc-rich-text/)  
[issue/298](https://github.com/apache/incubator-weex-ui/issues/298)
-- [+] [wxc-city](https://alibaba.github.io/weex-ui/#/packages/wxc-city/) 
supports show or hidden nav header by `show-nav-header` param. 
[issue/294](https://github.com/apache/incubator-weex-ui/issues/294)
-- [+] [wxc-tab-bar](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-bar/) 
supports set selected when is not tabView. 
[issue/292](https://github.com/apache/incubator-weex-ui/issues/292)
-- [+] [wxc-popover](https://alibaba.github.io/weex-ui/#/packages/wxc-popover/) 
supports to replace text style. 
[issue/289](https://github.com/apache/incubator-weex-ui/issues/289)
+- [+] 
[`wxc-button`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/)
 supports to set the disabled style for replace
+- [!] Fixed the link click callback for 
[`wxc-rich-text`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-rich-text/)
  [issue/298](https://github.com/apache/incubator-weex-ui/issues/298)
+- [+] 
[wxc-city](https://apache.github.io/incubator-weex-ui/#/packages/wxc-city/) 
supports show or hidden nav header by `show-nav-header` param. 
[issue/294](https://github.com/apache/incubator-weex-ui/issues/294)
+- [+] 
[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-bar/)
 supports set selected when is not tabView. 
[issue/292](https://github.com/apache/incubator-weex-ui/issues/292)
+- [+] 
[wxc-popover](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popover/)
 supports to replace text style. 
[issue/289](https://github.com/apache/incubator-weex-ui/issues/289)
 
 ## 0.6.4
-- [+] 
[`wxc-searchbar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-searchbar/)
 supports the type of setting the keyboard return key.  
[issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
-- [!] Fixed the 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 bug about position. 
[issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
-- [+] 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 supports dynamic modification of data and style in real time display.
-- [!] Fixed the bug about 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) when 
set the `type`. 
[issues/268](https://github.com/apache/incubator-weex-ui/issues/268)
-- [+] Fixed the bug about 
[wxc-grid-select](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-grid-select/)
 when using more than one.
-- [!] Fixed the bug about 
[`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/)
 when slide to last one. 
[issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
+- [+] 
[`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-searchbar/)
 supports the type of setting the keyboard return key.  
[issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
+- [!] Fixed the 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 bug about position. 
[issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
+- [+] 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 supports dynamic modification of data and style in real time display.
+- [!] Fixed the bug about 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 when set the `type`. 
[issues/268](https://github.com/apache/incubator-weex-ui/issues/268)
+- [+] Fixed the bug about 
[wxc-grid-select](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-grid-select/)
 when using more than one.
+- [!] Fixed the bug about 
[`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/)
 when slide to last one. 
[issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
 
 ## 0.6.3
-- [!] Fixed the bug about 
[`wxc-minibar`](https://alibaba.github.io/weex-ui/#/packages/wxc-minibar/) when 
setting right slot.  
[issue/263](https://github.com/apache/incubator-weex-ui/issues/263)
-- [+] 
[`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/packages/wxc-ep-slider/) 
supports pull more  by setting `pull-more` slot.
-- [!] Fixed the bug about 
[wxc-icon](https://alibaba.github.io/weex-ui/#/packages/wxc-icon/) when 
requesting font source.   
[issues/253](https://github.com/apache/incubator-weex-ui/issues/253)
-- [+] [wxc-popup](https://alibaba.github.io/weex-ui/#/packages/wxc-popup/) 
supports setting `stand-out`.  
[issue/251](https://github.com/apache/incubator-weex-ui/issues/251)
+- [!] Fixed the bug about 
[`wxc-minibar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-minibar/)
 when setting right slot.  
[issue/263](https://github.com/apache/incubator-weex-ui/issues/263)
+- [+] 
[`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/)
 supports pull more  by setting `pull-more` slot.
+- [!] Fixed the bug about 
[wxc-icon](https://apache.github.io/incubator-weex-ui/#/packages/wxc-icon/) 
when requesting font source.   
[issues/253](https://github.com/apache/incubator-weex-ui/issues/253)
+- [+] 
[wxc-popup](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popup/) 
supports setting `stand-out`.  
[issue/251](https://github.com/apache/incubator-weex-ui/issues/251)
 - [+] supports to auto generate entry `index.js`. 
[pull/259](https://github.com/apache/incubator-weex-ui/pull/259)
-- [!] Fixed the bug about 
[wxc-searchbar](https://alibaba.github.io/weex-ui/#/packages/wxc-searchbar/) 
barStyle return default value is `undefined`.  
[pull/255](https://github.com/apache/incubator-weex-ui/pull/255)
-- [+] [wxc-result](https://alibaba.github.io/weex-ui/#/packages/wxc-result/) 
supports to add customer result type.  
[pull/252](https://github.com/apache/incubator-weex-ui/pull/252)
+- [!] Fixed the bug about 
[wxc-searchbar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-searchbar/)
 barStyle return default value is `undefined`.  
[pull/255](https://github.com/apache/incubator-weex-ui/pull/255)
+- [+] 
[wxc-result](https://apache.github.io/incubator-weex-ui/#/packages/wxc-result/) 
supports to add customer result type.  
[pull/252](https://github.com/apache/incubator-weex-ui/pull/252)
 
 ## 0.6.2
-- [+] [`utils`](https://alibaba.github.io/weex-ui/#/packages/utils/) more 
powerful, add `objToParams`、`paramsToObj`、`getPageHeight`、`getScreenHeight` new 
functions, More you can see 
[utils/index.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/utils/index.js).
-- [!] Fixed the bug about 
[`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/packages/wxc-ep-slider/) 
when only two sliders  
[pull/248].(https://github.com/apache/incubator-weex-ui/pull/248)
-- [!] Fixed the bug about 
[`wxc-searchbar`](https://alibaba.github.io/weex-ui/#/packages/wxc-searchbar/) 
when setting up custom styles and background conflicts at the same time  
[issues/242](https://github.com/apache/incubator-weex-ui/issues/242)/[pull/245](https://github.com/apache/incubator-weex-ui/pull/245)
-- [+] [`wxc-mask`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-mask/) 
Supports `top` param to control height at the top of the distance.  
[issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
-- [!] Fixed the demo bug about 
[`wxc-popover`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popover/)  
[pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
+- [+] [`utils`](https://apache.github.io/incubator-weex-ui/#/packages/utils/) 
more powerful, add 
`objToParams`、`paramsToObj`、`getPageHeight`、`getScreenHeight` new functions, 
More you can see 
[utils/index.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/utils/index.js).
+- [!] Fixed the bug about 
[`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/)
 when only two sliders  
[pull/248].(https://github.com/apache/incubator-weex-ui/pull/248)
+- [!] Fixed the bug about 
[`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-searchbar/)
 when setting up custom styles and background conflicts at the same time  
[issues/242](https://github.com/apache/incubator-weex-ui/issues/242)/[pull/245](https://github.com/apache/incubator-weex-ui/pull/245)
+- [+] 
[`wxc-mask`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/)
 Supports `top` param to control height at the top of the distance.  
[issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
+- [!] Fixed the demo bug about 
[`wxc-popover`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popover/)
  [pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
 
 ## 0.6.1
-- [+] 
[`wxc-tab-page`](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/) 
add `wxc-full-page` of immersion full screen effect, more you can see the 
component document.
-- [+] 
[`wxc-tab-page`](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/) 
add a param about `need-slider`.
+- [+] 
[`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
 add `wxc-full-page` of immersion full screen effect, more you can see the 
component document.
+- [+] 
[`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
 add a param about `need-slider`.
 - [!] Fixed the bug about `import {BindEnv} from 'weex-ui'`.
-- [!] [wxc-cell](https://alibaba.github.io/weex-ui/#/packages/wxc-cell/)  
supports setting extra content.
-- [!] Fixed the show about 
[`wxc-slider-bar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 in web and iOS
-- [+] 
[`wxc-refresher`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-refresher/)
 supports refresh and pullingdown event.
+- [!] 
[wxc-cell](https://apache.github.io/incubator-weex-ui/#/packages/wxc-cell/)  
supports setting extra content.
+- [!] Fixed the show about 
[`wxc-slider-bar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 in web and iOS
+- [+] 
[`wxc-refresher`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-refresher/)
 supports refresh and pullingdown event.
 
 ## 0.6.0
 - [+] 
[wxc-button](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-button/README.md)
 supports more `type` settings, remove `normal`/ `highlight`,add new `type` 
ahout `white` and `blue`,new button `size` settings, pay attention to the 
upgrade.
@@ -154,7 +154,7 @@
 
 * [!] Fix the `slot` bug about 
[`wxc-tab-bar`](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-tab-bar/README.md).
 * 
[!][wxc-indexlist](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-indexlist/README.md)
 supports fully custom style. [issue 
132](https://github.com/apache/incubator-weex-ui/issues/132)
-* [+] Add a post about [`Weex + Ui - Weex Conf 
2018`](https://alibaba.github.io/weex-ui/#/cn/weex-ui-weex-conf-2018)`, Welcome 
to 
[translate](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md)
 it.
+* [+] Add a post about [`Weex + Ui - Weex Conf 
2018`](https://apache.github.io/incubator-weex-ui/#/cn/weex-ui-weex-conf-2018)`,
 Welcome to 
[translate](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md)
 it.
 
 ## 0.3.12
 
@@ -184,7 +184,7 @@
 
 * [+] `wxc-minibar` supports slot.
 * [+] Stronger about 
[wxc-rich-text](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-rich-text/README.md),do
 not need post the width and height for a icon.
-* [+] Add a [FQA](https://alibaba.github.io/weex-ui/#/docs/fqa).
+* [+] Add a [FQA](https://apache.github.io/incubator-weex-ui/#/docs/fqa).
 
 ## 0.3.8
 
@@ -203,17 +203,17 @@
 * 
[+][wxc-radio](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-radio/README.md#api)、[wxc-checkbox](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-checkbox/README.md#checkboxlist)
 add a `config` param for changing the style and icon.
 * 
[!][wxc-result](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/README.md)
 using general theme instead of `fliggy theme`.
 * [!][wxc-button] using `red/yellow` instead of `taobao/fliggy`.
-* [+] Add a [`chat`](https://alibaba.github.io/weex-ui/) of the website.
+* [+] Add a [`chat`](https://apache.github.io/incubator-weex-ui/) of the 
website.
 
 ## 0.3.3
 
 * 
[+][wxc-tab-bar](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-page-bar/README.md)
 supports `bedge`、`dot` setting.
-* [+] Add component [demo 
page](https://alibaba.github.io/weex-ui/docc/demo.html) of the website.
+* [+] Add component [demo 
page](https://apache.github.io/incubator-weex-ui/docc/demo.html) of the website.
 
 ## 0.3.2
 
 * [!] Organize all component documents.
-* [!] Some of the optimizations on the 
[website](https://alibaba.github.io/weex-ui/).
+* [!] Some of the optimizations on the 
[website](https://apache.github.io/incubator-weex-ui/).
 * [!] Fixed some component export error in some env [issue 
70](https://github.com/apache/incubator-weex-ui/issues/70).
 
 ## 0.3.1
diff --git a/CHANGELOG_cn.md b/CHANGELOG_cn.md
index c937453..e3b97e8 100644
--- a/CHANGELOG_cn.md
+++ b/CHANGELOG_cn.md
@@ -5,120 +5,120 @@
 
 
 ## 0.7.1
-- [+] 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/slider-bar) 新增 
`wxcSliderBarTouchEnd` 事件.
-- [!] 修复 [wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/mask) 
输入时候抖动问题
+- [+] 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/slider-bar)
 新增 `wxcSliderBarTouchEnd` 事件.
+- [!] 修复 
[wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/mask) 
输入时候抖动问题
 - [!] 修复调试时候 console 不显示二维码的问题
 
 
 ## 0.7.0
 - [-] 移除支付宝判断,防止审核问题 
[issue/467](https://github.com/apache/incubator-weex-ui/issues/467)
-- [!] 
[wxc-tab-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-bar) 增加 
`supportXBar` 参数可用于设置不要 iPhone X 底部 bar 的增高兼容效果
+- [!] 
[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar)
 增加 `supportXBar` 参数可用于设置不要 iPhone X 底部 bar 的增高兼容效果
 
 
 ## 0.6.16
-- [+] 
[wxc-pan-item](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-pan-item/) 
滑动时候新增 `extId` 回调  
[issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
+- [+] 
[wxc-pan-item](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-pan-item/)
 滑动时候新增 `extId` 回调  
[issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
 
 ## 0.6.15
-- [!] 
解决[wxc-swipe-action](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-swipe-action/)删除最后一个数据项,再点击其他项动画报错
-- [!] 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)组件
 动态给value赋值后,再滑动返回值错乱
-- [!] 
[wxc-radio](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-radio/)组件修改list 
array时无法修改选中项
+- [!] 
解决[wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)删除最后一个数据项,再点击其他项动画报错
+- [!] 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)组件
 动态给value赋值后,再滑动返回值错乱
+- [!] 
[wxc-radio](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-radio/)组件修改list
 array时无法修改选中项
 
 ## 0.6.14
-- [!] 
[wxc-swipe-action](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-swipe-action/)添加slot标签,扩展styles和height属性
+- [!] 
[wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)添加slot标签,扩展styles和height属性
 
 ## 0.6.13
-- [!] 
修复[wxc-overlay](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-dialog/)在[wxc-tab-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-bar/)上使用问题
-- [+] 
添加[wxc-swipe-action](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-swipe-action/)侧滑组件
-- [!] 
修复[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
设置display样式问题,添加isHighlight属性控制button是否高亮显示
+- [!] 
修复[wxc-overlay](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-dialog/)在[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar/)上使用问题
+- [+] 
添加[wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)侧滑组件
+- [!] 
修复[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 设置display样式问题,添加isHighlight属性控制button是否高亮显示
 
 ## 0.6.12
-- [!] 修复 
[wxc-lightbox](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-lightbox/) 
设置透明度问题
-- [!] 修复 [wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-mask/) 
设置透明度问题
-- [!] 修复 
[wxc-special-rich-text](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-rich-text/)
 不能单击,组件不能修改内部样式的问题
-- [!] 修复 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
单击没有高亮显示问题
+- [!] 修复 
[wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/)
 设置透明度问题
+- [!] 修复 
[wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/) 
设置透明度问题
+- [!] 修复 
[wxc-special-rich-text](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-rich-text/)
 不能单击,组件不能修改内部样式的问题
+- [!] 修复 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 单击没有高亮显示问题
 
 ## 0.6.11
-- [!] 修复 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 动态修改 
disabled 时候抖动问题
-- [!] 修复 
[wxc-stepper](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-stepper/) 
line-height 对其问题
-- [!] 修复 
[wxc-ep-slider](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/) 
loopedIndex 取余问题
+- [!] 修复 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 动态修改 disabled 时候抖动问题
+- [!] 修复 
[wxc-stepper](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-stepper/)
 line-height 对其问题
+- [!] 修复 
[wxc-ep-slider](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/)
 loopedIndex 取余问题
 
 ## 0.6.10
 
-- [!] 修复 
[wxc-popover](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popover/) 在 
Web 环境报 `lines` 的错误 
[issue/384](https://github.com/apache/incubator-weex-ui/issues/384)
-- [!] 修复[wxc-city](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-city/) 
搜索时候 sourceData 的 warning 问题 
[issue/382](https://github.com/apache/incubator-weex-ui/issues/390)
-- 
[!]修复[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
组件 btnStyle 在有 size 设置时候不可覆盖的问题 
[issue/382](https://github.com/apache/incubator-weex-ui/issues/390)
+- [!] 修复 
[wxc-popover](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popover/)
 在 Web 环境报 `lines` 的错误 
[issue/384](https://github.com/apache/incubator-weex-ui/issues/384)
+- [!] 
修复[wxc-city](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-city/)
 搜索时候 sourceData 的 warning 问题 
[issue/382](https://github.com/apache/incubator-weex-ui/issues/390)
+- 
[!]修复[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 组件 btnStyle 在有 size 设置时候不可覆盖的问题 
[issue/382](https://github.com/apache/incubator-weex-ui/issues/390)
 - [+] 新增 Weex 和 Bindingx 官方钉钉群
 
 ## 0.6.9
 
-- [!] 修复 
[wxc-loading](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-loading/) 组件的 
Bug,当 need-mask 为 false 时候
-- [-] 移除文档 
[with-weex-toolkit](https://alibaba.github.io/weex-ui/#/cn/with-weex-toolkit) 
中对最新版本的 weex-toolkit 特殊的处理
+- [!] 修复 
[wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-loading/)
 组件的 Bug,当 need-mask 为 false 时候
+- [-] 移除文档 
[with-weex-toolkit](https://apache.github.io/incubator-weex-ui/#/cn/with-weex-toolkit)
 中对最新版本的 weex-toolkit 特殊的处理
 
 ## 0.6.8
 
-- 
[+][wxc-tab-page](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/)
 支持 tab-item 
更多的参数设置,详细可见[文档](<(https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/)>)
-- 
[+][wxc-lightbox](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/)
 支持设置 index 和 interval
-- 
[!][wxc-rich-text](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-rich-text/)
 中 wxc-special-rich-text 移除之前兼容 ios 的老逻辑
+- 
[+][wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/)
 支持 tab-item 
更多的参数设置,详细可见[文档](<(https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/)>)
+- 
[+][wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/)
 支持设置 index 和 interval
+- 
[!][wxc-rich-text](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-rich-text/)
 中 wxc-special-rich-text 移除之前兼容 ios 的老逻辑
 
 ## 0.6.7
 
 - [!] Loading 位置属性修改,防止多个时候的重叠 
[pull/323](https://github.com/apache/incubator-weex-ui/pull/323)
 - [!] 文档英语语法修正 
[pull/329](https://github.com/apache/incubator-weex-ui/pull/329)、[pull/330](https://github.com/apache/incubator-weex-ui/pull/330)
-- [+][utils](https://alibaba.github.io/weex-ui/#/packages/utils/) 中新增 iPhoneXS 
Max/ iPhoneXR 判断方法 
[pull/337](https://github.com/apache/incubator-weex-ui/pull/337)
+- [+][utils](https://apache.github.io/incubator-weex-ui/#/packages/utils/) 中新增 
iPhoneXS Max/ iPhoneXR 判断方法 
[pull/337](https://github.com/apache/incubator-weex-ui/pull/337)
 - [!] 升级 npm querystringify、url-parse 对应版本号 
[pull/329](https://github.com/apache/incubator-weex-ui/pull/329)
-- [+][wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
新增绿色主题 [pull/291](https://github.com/apache/incubator-weex-ui/pull/291)
-- 
[+][wxc-indexlist](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-indexlist/)
 新增 `need-animation` 参数来 disable 锚点动画 
[issue/341](https://github.com/apache/incubator-weex-ui/issues/341)
-- [!] 修复 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 Android 下拖动滑块后禁用仍然可以拖动滑块 
[issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
-- 
[+][wxc-minibar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-minibar/) 
新增 bar-style 可用来自定义参数 
[issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
+- 
[+][wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 新增绿色主题 [pull/291](https://github.com/apache/incubator-weex-ui/pull/291)
+- 
[+][wxc-indexlist](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-indexlist/)
 新增 `need-animation` 参数来 disable 锚点动画 
[issue/341](https://github.com/apache/incubator-weex-ui/issues/341)
+- [!] 修复 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 Android 下拖动滑块后禁用仍然可以拖动滑块 
[issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
+- 
[+][wxc-minibar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-minibar/)
 新增 bar-style 可用来自定义参数 
[issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
 
 ## 0.6.6
 
-- [!] 修复 
[wxc-tab-page](https://alibaba.github.io/weex-ui/#/packages/wxc-tab-page/) 中 
Padding 不存在时候的报错 
[issue/320](https://github.com/apache/incubator-weex-ui/issues/320)
-- [!] 修复 [wxc-popup](https://alibaba.github.io/weex-ui/#/packages/wxc-popup/) 
组件传入的 standOut 值为字符串 bug 
[issue/319](https://github.com/apache/incubator-weex-ui/issues/319)
+- [!] 修复 
[wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/)
 中 Padding 不存在时候的报错 
[issue/320](https://github.com/apache/incubator-weex-ui/issues/320)
+- [!] 修复 
[wxc-popup](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popup/) 
组件传入的 standOut 值为字符串 bug 
[issue/319](https://github.com/apache/incubator-weex-ui/issues/319)
 
 ## 0.6.5
 
-- 
[+][`wxc-button`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) 
支持设置 disabled 样式进行覆盖
-- [!] 修复 
[`wxc-rich-text`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-rich-text/)
 link 不支持点击回调问题 
[issue/298](https://github.com/apache/incubator-weex-ui/issues/298)
-- [+][wxc-city](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-city/) 
新增`show-nav-header` 来控制是否显示栏目头部 
[issue/294](https://github.com/apache/incubator-weex-ui/issues/294)
-- 
[+][wxc-tab-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-bar/) 
在 isTabView 为 false 时候也支持设置高亮 
[issue/292](https://github.com/apache/incubator-weex-ui/issues/292)
-- 
[+][wxc-popover](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popover/) 
支持文字部分样式覆盖 [issue/289](https://github.com/apache/incubator-weex-ui/issues/289)
+- 
[+][`wxc-button`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 支持设置 disabled 样式进行覆盖
+- [!] 修复 
[`wxc-rich-text`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-rich-text/)
 link 不支持点击回调问题 
[issue/298](https://github.com/apache/incubator-weex-ui/issues/298)
+- 
[+][wxc-city](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-city/)
 新增`show-nav-header` 来控制是否显示栏目头部 
[issue/294](https://github.com/apache/incubator-weex-ui/issues/294)
+- 
[+][wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar/)
 在 isTabView 为 false 时候也支持设置高亮 
[issue/292](https://github.com/apache/incubator-weex-ui/issues/292)
+- 
[+][wxc-popover](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popover/)
 支持文字部分样式覆盖 [issue/289](https://github.com/apache/incubator-weex-ui/issues/289)
 
 ## 0.6.4
 
-- 
[+][`wxc-searchbar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-searchbar/)
 支持设置键盘返回键的类型 
[issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
-- [!] 修复 
[wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 浮动定位问题 [issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
-- 
[+][wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 支持动态修改数据并样式实时展示
-- [!] 修复 
[wxc-button](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-button/) type 
使用的 bug 问题
-- [+] 修复 
[wxc-grid-select](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-grid-select/)
 多个时候会存在 key 重复的问题
-- [!] 修复 
[`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/)
 最后一个可能卡顿问题 [issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
+- 
[+][`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-searchbar/)
 支持设置键盘返回键的类型 
[issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
+- [!] 修复 
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 浮动定位问题 [issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
+- 
[+][wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 支持动态修改数据并样式实时展示
+- [!] 修复 
[wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/)
 type 使用的 bug 问题
+- [+] 修复 
[wxc-grid-select](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-grid-select/)
 多个时候会存在 key 重复的问题
+- [!] 修复 
[`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/)
 最后一个可能卡顿问题 [issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
 
 ## 0.6.3
 
-- [!] 修复 
[`wxc-minibar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-minibar/) 
设置右侧 slot 时候回调无效问题 
[issue/263](https://github.com/apache/incubator-weex-ui/issues/263)
-- 
[+][`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/)
 支持设置右滑加载更多设置,通过配置 `pull-more` slot 即可
-- [!] 修复 [wxc-icon](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-icon/) 
在某些容器请求字体文件出错问题 
[issues/253](https://github.com/apache/incubator-weex-ui/issues/253)
-- [+][wxc-popup](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popup/) 
支持设置原有位置突出的 `stand-out` 
[issue/251](https://github.com/apache/incubator-weex-ui/issues/251)
+- [!] 修复 
[`wxc-minibar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-minibar/)
 设置右侧 slot 时候回调无效问题 
[issue/263](https://github.com/apache/incubator-weex-ui/issues/263)
+- 
[+][`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/)
 支持设置右滑加载更多设置,通过配置 `pull-more` slot 即可
+- [!] 修复 
[wxc-icon](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-icon/) 
在某些容器请求字体文件出错问题 
[issues/253](https://github.com/apache/incubator-weex-ui/issues/253)
+- 
[+][wxc-popup](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popup/)
 支持设置原有位置突出的 `stand-out` 
[issue/251](https://github.com/apache/incubator-weex-ui/issues/251)
 - [+] 支持在构建过程中自动生成入口 `index.js` 
[pull/259](https://github.com/apache/incubator-weex-ui/pull/259)
-- [!] 修复 
[wxc-searchbar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-searchbar/) 
barStyle 字段默认值返回 `undefined` 值 
[pull/255](https://github.com/apache/incubator-weex-ui/pull/255)
-- [+][wxc-result](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-result/) 
支持获取新增的错误类型展示 [pull/252](https://github.com/apache/incubator-weex-ui/pull/252)
+- [!] 修复 
[wxc-searchbar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-searchbar/)
 barStyle 字段默认值返回 `undefined` 值 
[pull/255](https://github.com/apache/incubator-weex-ui/pull/255)
+- 
[+][wxc-result](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-result/)
 支持获取新增的错误类型展示 [pull/252](https://github.com/apache/incubator-weex-ui/pull/252)
 
 ## 0.6.2
 
-- [+][`utils`](https://alibaba.github.io/weex-ui/#/cn/packages/utils/) 
功能增强,新增`objToParams`、`paramsToObj`、`getPageHeight`、`getScreenHeight`等功能,详细可见 
[utils/index.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/utils/index.js)
-- [!] 修复 
[`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/)
 只有两个 slider 时候的滑动 bug 
[pull/248](https://github.com/apache/incubator-weex-ui/pull/248)
-- [!] 修复 
[`wxc-searchbar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-searchbar/)
 同时设置自定义样式和主题时候的背景冲突 
[issues/242](https://github.com/apache/incubator-weex-ui/issues/242)/[pull/245](https://github.com/apache/incubator-weex-ui/pull/245)
-- [+][`wxc-mask`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-mask/) 
支持传入 `top` 参数控制距离顶部的高度 
[issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
-- 
[!][`wxc-popover`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popover/)
 demo 问题修复 [pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
+- 
[+][`utils`](https://apache.github.io/incubator-weex-ui/#/cn/packages/utils/) 
功能增强,新增`objToParams`、`paramsToObj`、`getPageHeight`、`getScreenHeight`等功能,详细可见 
[utils/index.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/utils/index.js)
+- [!] 修复 
[`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/)
 只有两个 slider 时候的滑动 bug 
[pull/248](https://github.com/apache/incubator-weex-ui/pull/248)
+- [!] 修复 
[`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-searchbar/)
 同时设置自定义样式和主题时候的背景冲突 
[issues/242](https://github.com/apache/incubator-weex-ui/issues/242)/[pull/245](https://github.com/apache/incubator-weex-ui/pull/245)
+- 
[+][`wxc-mask`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/)
 支持传入 `top` 参数控制距离顶部的高度 
[issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
+- 
[!][`wxc-popover`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popover/)
 demo 问题修复 [pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
 
 ## 0.6.1
 
-- 
[+][`wxc-tab-page`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/)
 新增沉浸式全屏效果的页面切换组件 `wxc-full-page`,详细使用见组件文档
-- 
[+][`wxc-tab-page`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-tab-page/)
 新增参数`need-slider` 控制是否需要手势滑动
+- 
[+][`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/)
 新增沉浸式全屏效果的页面切换组件 `wxc-full-page`,详细使用见组件文档
+- 
[+][`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/)
 新增参数`need-slider` 控制是否需要手势滑动
 - [!] 解决 `import {BindEnv} from 'weex-ui'` 的使用问题
-- [!][wxc-cell](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-cell/) 
功能增强,支持配置额外内容
-- [!] 修复 
[`wxc-slider-bar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-slider-bar/)
 在 Web 端和 iOS 端样式显示
-- 
[+][`wxc-refresher`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-refresher/)
 放出 refresh 和 pullingdown 事件回调
+- 
[!][wxc-cell](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-cell/)
 功能增强,支持配置额外内容
+- [!] 修复 
[`wxc-slider-bar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
 在 Web 端和 iOS 端样式显示
+- 
[+][`wxc-refresher`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-refresher/)
 放出 refresh 和 pullingdown 事件回调
 
 ## 0.6.0
 
@@ -170,7 +170,7 @@
 
 - [!] 修复 
[`wxc-tab-bar`](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-tab-bar/README.md)
 slot bug
 - 
[!][wxc-indexlist](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-indexlist/README.md)
 完全支持自定义样式 [issue 132](https://github.com/apache/incubator-weex-ui/issues/132)
-- [+] 新增一篇 [`Weex + Ui - Weex Conf 
2018`](https://alibaba.github.io/weex-ui/#/cn/weex-ui-weex-conf-2018)文章, 
欢迎来[翻译](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md).
+- [+] 新增一篇 [`Weex + Ui - Weex Conf 
2018`](https://apache.github.io/incubator-weex-ui/#/cn/weex-ui-weex-conf-2018)文章,
 
欢迎来[翻译](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md).
 
 ## 0.3.12
 
@@ -200,7 +200,7 @@
 
 - [+] `wxc-minibar` 支持 slot
 - [+] 更强大的 
[wxc-rich-text](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-rich-text/README.md)
 组件,不再需要给一个 icon 同时传入高宽了
-- [+] 新增一个 [FQA](https://alibaba.github.io/weex-ui/#/docs/fqa)
+- [+] 新增一个 [FQA](https://apache.github.io/incubator-weex-ui/#/docs/fqa)
 
 ## 0.3.8
 
@@ -219,17 +219,17 @@
 - 
[+][wxc-radio](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-radio/README.md#api)、[wxc-checkbox](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-checkbox/README.md#checkboxlist)
 新加一个 `config` 用来改变颜色和 icon
 - 
[!][wxc-result](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/README.md)
 使用公用主题代替飞猪色彩
 - [!] wxc-button 使用 `red/yellow` 参数代替 `taobao/fliggy`
-- [+] 在官网上新增一个 [`加入社区群`](https://alibaba.github.io/weex-ui/)
+- [+] 在官网上新增一个 [`加入社区群`](https://apache.github.io/incubator-weex-ui/)
 
 ## 0.3.3
 
 - 
[+][wxc-tab-bar](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-page-bar/README.md)
 支出 `bedge`、`dot` 设置
-- [+] 在官网中新增一个组件 [样板间](https://alibaba.github.io/weex-ui/docc/demo.html)
+- [+] 在官网中新增一个组件 
[样板间](https://apache.github.io/incubator-weex-ui/docc/demo.html)
 
 ## 0.3.2
 
 - [!] 梳理所有组件的使用文档,进行纠错优化
-- [!][官网](https://alibaba.github.io/weex-ui/) 性能的一些优化
+- [!][官网](https://apache.github.io/incubator-weex-ui/) 性能的一些优化
 - [!] 修复一些组件在特定环境中使用报错 [issue 
70](https://github.com/apache/incubator-weex-ui/issues/70)
 
 ## 0.3.1
diff --git a/README.md b/README.md
index f46f64e..c8c46df 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@
 
 ## Docs
 
-* [**Home Page**](https://alibaba.github.io/weex-ui/)
-* [中文文档](https://alibaba.github.io/weex-ui/#/cn/)
-* [Use Weex Ui with 
weex-toolkit](https://alibaba.github.io/weex-ui/#/docs/with-weex-toolkit)
+* [**Home Page**](https://apache.github.io/incubator-weex-ui/)
+* [中文文档](https://apache.github.io/incubator-weex-ui/#/cn/)
+* [Use Weex Ui with 
weex-toolkit](https://apache.github.io/incubator-weex-ui/#/docs/with-weex-toolkit)
 
 ## Demo
 
@@ -98,8 +98,8 @@ npm i babel-preset-stage-0 babel-plugin-component -D
 
 * If babel-loader in `webpack.config.js` has a exclude for node_modules, 
please turn on for week-ui as `exclude: /node_modules(?!(\/|\\).*(weex).*)/`.
 * In order to get the latest features, please focus on the 
[ChangeLog](https://github.com/apache/incubator-weex-ui/releases) and often 
update `weex-ui` to the latest.
-* Many questions can be found from 
[faq](https://alibaba.github.io/weex-ui/#/faq) and [issue 
list](https://github.com/apache/incubator-weex-ui/issues?utf8=%E2%9C%93&q=), if 
you find a new bug, just file a 
[issue](https://github.com/apache/incubator-weex-ui/issues/new).
-* More experience in Weex construction can be learned from [Weex + Ui - Weex 
Conf 2018](https://alibaba.github.io/weex-ui/#/docs/weex-ui-weex-conf-2018) 
,welcome to translate it.
+* Many questions can be found from 
[faq](https://apache.github.io/incubator-weex-ui/#/faq) and [issue 
list](https://github.com/apache/incubator-weex-ui/issues?utf8=%E2%9C%93&q=), if 
you find a new bug, just file a 
[issue](https://github.com/apache/incubator-weex-ui/issues/new).
+* More experience in Weex construction can be learned from [Weex + Ui - Weex 
Conf 
2018](https://apache.github.io/incubator-weex-ui/#/docs/weex-ui-weex-conf-2018) 
,welcome to translate it.
 
 ## Development
 
diff --git a/README_cn.md b/README_cn.md
index 9194e30..d60d837 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -16,9 +16,9 @@
 
 ## 文档
 
-* **[主页](https://alibaba.github.io/weex-ui/#/cn/)**
-* [English](https://alibaba.github.io/weex-ui/#/)
-* [搭配 weex-toolkit 使用 Weex 
Ui](https://alibaba.github.io/weex-ui/#/cn/with-weex-toolkit)
+* **[主页](https://apache.github.io/incubator-weex-ui/#/cn/)**
+* [English](https://apache.github.io/incubator-weex-ui/#/)
+* [搭配 weex-toolkit 使用 Weex 
Ui](https://apache.github.io/incubator-weex-ui/#/cn/with-weex-toolkit)
 
 ## 预览
 
@@ -99,8 +99,8 @@ npm i babel-preset-stage-0 babel-plugin-component  -D
 * 如果 `webpack.config.js`中 babel-loader 有对 node_modules 进行 exclude 处理,请修改成这样 
`exclude: /node_modules(?!(\/|\\).*(weex).*)/`
 * 更多使用可见:[在 weex-toolkit 创建的项目中使用 Weex Ui](/docs/with-weex-toolkit_cn.md) 和 
[weex-ui-demo](https://github.com/tw93/weex-ui-demo)
 * 为了获取最新特性, 请常查看 [升级日志](https://github.com/apache/incubator-weex-ui/releases) 
并更新组件到最新版本
-* 很多常见问题可以从 [faq](https://alibaba.github.io/weex-ui/#/cn/faq) 和 [issue 
列表](https://github.com/apache/incubator-weex-ui/issues?utf8=%E2%9C%93&q=) 
获得答案,假如发现了新 
Bug,可以给我们提一个[issue](https://github.com/apache/incubator-weex-ui/issues/new)
-* 更多的 Weex 建设经验可以从 [Weex + Ui - Weex Conf 
2018](https://alibaba.github.io/weex-ui/#/docs/weex-ui-weex-conf-2018) 
这篇文章了解,欢迎翻译~
+* 很多常见问题可以从 [faq](https://apache.github.io/incubator-weex-ui/#/cn/faq) 和 
[issue 
列表](https://github.com/apache/incubator-weex-ui/issues?utf8=%E2%9C%93&q=) 
获得答案,假如发现了新 
Bug,可以给我们提一个[issue](https://github.com/apache/incubator-weex-ui/issues/new)
+* 更多的 Weex 建设经验可以从 [Weex + Ui - Weex Conf 
2018](https://apache.github.io/incubator-weex-ui/#/docs/weex-ui-weex-conf-2018) 
这篇文章了解,欢迎翻译~
 
 ## 调试
 
diff --git a/docs/faq.md b/docs/faq.md
index a34330e..ed7fcf1 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -10,15 +10,15 @@
 - Use Base64:This depends on native image library resolution, but it is not 
recommended to use more than 2k Base64 in Weex, which makes the bundle too 
large to affect performance.
 
 #### Module not found: Error: Can't resolve 
'weex-ui/packages/wxc-button/style.css'
-- This error should be the `babel-plugin-component` lack of style 
configuration, You can refer to 
[Weex-toolkit](https://alibaba.github.io/weex-ui/#/?id=weex-toolkit) to fix it.
+- This error should be the `babel-plugin-component` lack of style 
configuration, You can refer to 
[Weex-toolkit](https://apache.github.io/incubator-weex-ui/#/?id=weex-toolkit) 
to fix it.
 
 
 #### Uncaught SyntaxError: Unexpected token export;
 - This error typically occurs on the page developed using old weex-toolkit.
-- You can refer to [this 
document](https://alibaba.github.io/weex-ui/#/with-weex-toolkit) to fix it.
+- You can refer to [this 
document](https://apache.github.io/incubator-weex-ui/#/with-weex-toolkit) to 
fix it.
 
 #### ERROR in XXX from UglifyJs Unexpected token: punc (() [XXX] 
-- You can refer to [this 
document](https://alibaba.github.io/weex-ui/#/with-weex-toolkit) to fix it.
+- You can refer to [this 
document](https://apache.github.io/incubator-weex-ui/#/with-weex-toolkit) to 
fix it.
 - If you are using a Windows system, you may still have this problem when you 
upgrade, you check the babel config about `webpack.config.js`, modify `exclude` 
like this:
 
    ```js
diff --git a/docs/faq_cn.md b/docs/faq_cn.md
index ebe26dc..c797d29 100644
--- a/docs/faq_cn.md
+++ b/docs/faq_cn.md
@@ -9,15 +9,15 @@
 - 使用Base64:这个取决于底层图片库解析功能,但是不建议在 Weex 中使用超过 2k 的 Base64,容易让bundle体积过大,影响性能
 
 #### Module not found: Error: Can't resolve 
'weex-ui/packages/wxc-button/style.css'
-- 此错误应该babel配置babel-plugin-component时候缺少style配置,详细可见 
[Weex-toolkit](https://alibaba.github.io/weex-ui/#/cn/?id=weex-toolkit)
+- 此错误应该babel配置babel-plugin-component时候缺少style配置,详细可见 
[Weex-toolkit](https://apache.github.io/incubator-weex-ui/#/cn/?id=weex-toolkit)
 
 #### Uncaught SyntaxError: Unexpected token export;
 - 此错误一般出现在使用老的 weex-toolkit 工具开发的页面。
-- 可以参考[此文档](https://alibaba.github.io/weex-ui/#/cn/with-weex-toolkit)进行相关依赖升级。
+- 
可以参考[此文档](https://apache.github.io/incubator-weex-ui/#/cn/with-weex-toolkit)进行相关依赖升级。
 
 #### ERROR in XXX from UglifyJs Unexpected token: punc (() [XXX] 
 - 此错误为 webpack 打包过程中寻找weex-ui依赖出现的问题,目前新版本 weex-toolkit 已经修复
-- 
统一可以参考[此文档](https://alibaba.github.io/weex-ui/#/cn/with-weex-toolkit)进行相关依赖升级。
+- 
统一可以参考[此文档](https://apache.github.io/incubator-weex-ui/#/cn/with-weex-toolkit)进行相关依赖升级。
 - 假如是 windows 系统,升级依赖后可能还是有此问题,可以检查 `webpack.config.js` 中 babel 配置(两处),将 
exclude 修改成这样:
 
    ```js
diff --git a/docs/weex-ui-report.md b/docs/weex-ui-report.md
index 0d7e0ff..4ee78e5 100644
--- a/docs/weex-ui-report.md
+++ b/docs/weex-ui-report.md
@@ -42,7 +42,7 @@ Weex Ui 的定位为 **一套轻量、富交互、高性能的 Weex 上层  Ui 
 
   <img 
src="https://img.alicdn.com/tfs/TB11tdshrGYBuNjy0FoXXciBFXa-2792-1884.png"; 
width="800"/>
 
-更多版本迭代可见 [Weex Ui 升级日志](https://alibaba.github.io/weex-ui/#/cn/CHANGELOG)
+更多版本迭代可见 [Weex Ui 
升级日志](https://apache.github.io/incubator-weex-ui/#/cn/CHANGELOG)
 
 ### Weex Ui 的展望
 - 引入更多的**富交互**组件,让 Weex 应用 More Native
diff --git a/package.json b/package.json
index af03367..a0e4f2d 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "type": "git",
     "url": "git+https://github.com/apache/incubator-weex-ui.git";
   },
-  "homepage": "https://alibaba.github.io/weex-ui/";,
+  "homepage": "https://apache.github.io/incubator-weex-ui/";,
   "bugs": {
     "url": "https://github.com/apache/incubator-weex-ui/issues";
   },
diff --git a/packages/wxc-tab-page/README.md b/packages/wxc-tab-page/README.md
index 143d0b9..588bca6 100644
--- a/packages/wxc-tab-page/README.md
+++ b/packages/wxc-tab-page/README.md
@@ -207,7 +207,7 @@ this.$refs['wxc-tab-page'].setPage(2,null,false);
 ## Immersive full screen `WxcFullPage` components
 1. Import:` import { WxcFullPage} from 'weex-ui';`
 2. Params are consistent with `wxcTabPage`,more you can see 
[【demo/full-page】](https://github.com/apache/incubator-weex-ui/blob/master/example/tab-page/full-page/)
-3. It is recommended to hide the head navigation bar for use,also can 
use[wxc-slide-nav](https://alibaba.github.io/weex-ui/#/packages/wxc-slide-nav/)
+3. It is recommended to hide the head navigation bar for use,also can 
use[wxc-slide-nav](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slide-nav/)
 
 
 ## wxc-pan-item
diff --git a/packages/wxc-tab-page/README_cn.md 
b/packages/wxc-tab-page/README_cn.md
index 8dbefc2..e967040 100644
--- a/packages/wxc-tab-page/README_cn.md
+++ b/packages/wxc-tab-page/README_cn.md
@@ -206,7 +206,7 @@ this.$refs['wxc-tab-page'].setPage(2,null,false);
 ## 沉浸式全屏的 FullPage 的使用
 1. 引入:` import { WxcFullPage} from 'weex-ui';`
 2. 参数形式和 wxcTabPage 保持一致,详细可见 
[【demo】](https://github.com/apache/incubator-weex-ui/blob/master/example/tab-page/full-page/)
-3. 建议隐藏头部导航栏使用,同时可以结合 
[wxc-slide-nav](https://alibaba.github.io/weex-ui/#/packages/wxc-slide-nav/) 使用
+3. 建议隐藏头部导航栏使用,同时可以结合 
[wxc-slide-nav](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slide-nav/)
 使用
 
 ## wxc-pan-item 的使用
 

Reply via email to