You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/02 03:54:13 UTC

[21/39] incubator-weex-site git commit: * update site

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/special-element.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/special-element.html b/content/cn/v-0.10/references/special-element.html
index fc44958..2c961e7 100644
--- a/content/cn/v-0.10/references/special-element.html
+++ b/content/cn/v-0.10/references/special-element.html
@@ -5,49 +5,6 @@
   
   <title>\u7279\u6b8a\u5143\u7d20 | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="\u7279\u6b8a\u5143\u7d20&amp;lt;content&amp;gt;&amp;lt;content&amp;gt; \u5728\u7f16\u5199\u7ec4\u4ef6\u6a21\u677f\u65f6\u4f5c\u4e3a\u4f5c\u4e3a\u5185\u5bb9\u8282\u70b9\u5143\u7d20\u5b58\u5728\uff0c\u4f7f\u7528\u65f6\u5c06\u88ab\u771f\u6b63\u7684\u5143\u7d20\u66ff\u6362\u3002
 \u66ff\u4ee3\u5199\u6cd5: &amp;lt;slot&amp;gt;\u3002
 \u793a\u4f8b\u5982\u793a\u4f8b\u4e2d\u5199\u6cd5\uff0c&amp;lt;content&amp;gt;  \u8282\u70b9\u88ab &amp;lt;text&amp;gt; \u66ff\u4ee3\u3002
@@ -60,7 +17,7 @@
 \u66ff\u4ee3\u5199\u6cd5: &amp;lt;slot&amp;gt;\u3002
 \u793a\u4f8b\u5982\u793a\u4f8b\u4e2d\u5199\u6cd5\uff0c&amp;lt;content&amp;gt;  \u8282\u70b9\u88ab &amp;lt;text&amp;gt; \u66ff\u4ee3\u3002
 &amp;lt;element name=&quot;item&quot;&amp;gt;  &amp;lt;template&amp;gt;    &amp;lt;div&amp;gt;">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="\u7279\u6b8a\u5143\u7d20">
 <meta name="twitter:description" content="\u7279\u6b8a\u5143\u7d20&amp;lt;content&amp;gt;&amp;lt;content&amp;gt; \u5728\u7f16\u5199\u7ec4\u4ef6\u6a21\u677f\u65f6\u4f5c\u4e3a\u4f5c\u4e3a\u5185\u5bb9\u8282\u70b9\u5143\u7d20\u5b58\u5728\uff0c\u4f7f\u7528\u65f6\u5c06\u88ab\u771f\u6b63\u7684\u5143\u7d20\u66ff\u6362\u3002
@@ -124,13 +81,29 @@
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/special-element.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/special-element.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -147,7 +120,7 @@
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -448,11 +421,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -484,11 +457,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -904,11 +877,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -940,11 +913,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1072,7 +1045,7 @@
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="\u7279\u6b8a\u5143\u7d20"><a href="#\u7279\u6b8a\u5143\u7d20" class="headerlink" title="\u7279\u6b8a\u5143\u7d20"></a>\u7279\u6b8a\u5143\u7d20</h1><h2 id="lt-content-gt"><a href="#lt-content-gt" class="headerlink" title="&lt;content&gt;"></a><code>&lt;content&gt;</code></h2><p><code>&lt;content&gt;</code> \u5728\u7f16\u5199\u7ec4\u4ef6\u6a21\u677f\u65f6\u4f5c\u4e3a\u4f5c\u4e3a\u5185\u5bb9\u8282\u70b9\u5143\u7d20\u5b58\u5728\uff0c\u4f7f\u7528\u65f6\u5c06\u88ab\u771f\u6b63\u7684\u5143\u7d20\u66ff\u6362\u3002</p>
 <p>\u66ff\u4ee3\u5199\u6cd5: <code>&lt;slot&gt;</code>\u3002</p>
@@ -1100,7 +1073,7 @@
           <a href="/v-0.10/references/special-element.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/special-element.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/special-element.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/specs/index.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/specs/index.html b/content/cn/v-0.10/references/specs/index.html
index 9984579..c49f039 100644
--- a/content/cn/v-0.10/references/specs/index.html
+++ b/content/cn/v-0.10/references/specs/index.html
@@ -5,49 +5,6 @@
   
   <title>JS Bundle format (\u82f1) | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="JS Bundle formatJS Bundle Version: v0.3.0
 v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which follows ES5 standard. The code is used to define some custom components for th">
 <meta property="og:type" content="website">
@@ -56,7 +13,7 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
 <meta property="og:site_name" content="Weex">
 <meta property="og:description" content="JS Bundle formatJS Bundle Version: v0.3.0
 v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which follows ES5 standard. The code is used to define some custom components for th">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="JS Bundle format (\u82f1)">
 <meta name="twitter:description" content="JS Bundle formatJS Bundle Version: v0.3.0
@@ -118,13 +75,29 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/specs/index.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/specs/index.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -141,7 +114,7 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -442,11 +415,11 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -478,11 +451,11 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -898,11 +871,11 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -934,11 +907,11 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1066,7 +1039,7 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="JS-Bundle-format"><a href="#JS-Bundle-format" class="headerlink" title="JS Bundle format"></a>JS Bundle format</h1><p>JS Bundle Version: v0.3.0</p>
 <h2 id="v0-5-0"><a href="#v0-5-0" class="headerlink" title="v0.5.0"></a>v0.5.0</h2><h3 id="Whole-Syntax-and-Structure"><a href="#Whole-Syntax-and-Structure" class="headerlink" title="Whole Syntax and Structure"></a>Whole Syntax and Structure</h3><p>A JS Bundle is actually a JavaScript file which follows <strong>ES5</strong> standard. The code is used to define some custom components for the instance and bootstrap the instance with certain name, config and data. Developers could use all kinds of JS code packager like webpack, browserify, requirejs to organize your whole instance code.</p>
@@ -1195,7 +1168,7 @@ v0.5.0Whole Syntax and StructureA JS Bundle is actually a JavaScript file which
           <a href="/v-0.10/references/specs/index.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/specs/index.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/specs/index.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/specs/js-framework-apis.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/specs/js-framework-apis.html b/content/cn/v-0.10/references/specs/js-framework-apis.html
index 9ee13e7..b73b8d1 100644
--- a/content/cn/v-0.10/references/specs/js-framework-apis.html
+++ b/content/cn/v-0.10/references/specs/js-framework-apis.html
@@ -5,49 +5,6 @@
   
   <title>JS Framework APIs (\u82f1) | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="JS Framework APIsIntro about JS RuntimeThese APIs are designed for JS Framework and Native Engine working together.
 Considering the limitation of mobile phone resource, Weex runs only one JS runtime t">
 <meta property="og:type" content="website">
@@ -56,7 +13,7 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
 <meta property="og:site_name" content="Weex">
 <meta property="og:description" content="JS Framework APIsIntro about JS RuntimeThese APIs are designed for JS Framework and Native Engine working together.
 Considering the limitation of mobile phone resource, Weex runs only one JS runtime t">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="JS Framework APIs (\u82f1)">
 <meta name="twitter:description" content="JS Framework APIsIntro about JS RuntimeThese APIs are designed for JS Framework and Native Engine working together.
@@ -118,13 +75,29 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/specs/js-framework-apis.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/specs/js-framework-apis.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -141,7 +114,7 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -442,11 +415,11 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -478,11 +451,11 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -898,11 +871,11 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -934,11 +907,11 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1066,7 +1039,7 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="JS-Framework-APIs"><a href="#JS-Framework-APIs" class="headerlink" title="JS Framework APIs"></a>JS Framework APIs</h1><h2 id="Intro-about-JS-Runtime"><a href="#Intro-about-JS-Runtime" class="headerlink" title="Intro about JS Runtime"></a>Intro about JS Runtime</h2><p>These APIs are designed for JS Framework and Native Engine working together.</p>
 <p>Considering the limitation of mobile phone resource, <em>Weex runs only one JS runtime</em> to handle all Weex instances. So it need a multi-instance management layer in JavaScript. These JS Framework APIs are just designed to do the management job.</p>
@@ -1155,7 +1128,7 @@ Considering the limitation of mobile phone resource, Weex runs only one JS runti
           <a href="/v-0.10/references/specs/js-framework-apis.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/specs/js-framework-apis.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/specs/js-framework-apis.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/specs/virtual-dom-apis.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/specs/virtual-dom-apis.html b/content/cn/v-0.10/references/specs/virtual-dom-apis.html
index 89ccdef..9cc600d 100644
--- a/content/cn/v-0.10/references/specs/virtual-dom-apis.html
+++ b/content/cn/v-0.10/references/specs/virtual-dom-apis.html
@@ -5,49 +5,6 @@
   
   <title>Virtual DOM APIs | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="Virtual DOM APIsDocument\u6bcf\u4e2a\u5b9e\u4f8b\u6709\u4e00\u4e2a\u4e0e\u5b9e\u4f8b id \u5bf9\u5e94\u7684 document\u3002Document \u5177\u6709\u7ec4\u6210\u4e00\u4e2a\u8282\u70b9\u6811\u7684\u591a\u4e2a\u8282\u70b9\u3002
 \u6784\u9020\u51fd\u6570new Document(id: string, url: string?)\u6210\u5458createElement(tagName: string, props: Object?): Element\u521b\u5efa\u4e00\u4e2a\u7279\u5b9a\u7c7b\u578b Element \u5bf9\u8c61\u3002props">
 <meta property="og:type" content="website">
@@ -56,7 +13,7 @@
 <meta property="og:site_name" content="Weex">
 <meta property="og:description" content="Virtual DOM APIsDocument\u6bcf\u4e2a\u5b9e\u4f8b\u6709\u4e00\u4e2a\u4e0e\u5b9e\u4f8b id \u5bf9\u5e94\u7684 document\u3002Document \u5177\u6709\u7ec4\u6210\u4e00\u4e2a\u8282\u70b9\u6811\u7684\u591a\u4e2a\u8282\u70b9\u3002
 \u6784\u9020\u51fd\u6570new Document(id: string, url: string?)\u6210\u5458createElement(tagName: string, props: Object?): Element\u521b\u5efa\u4e00\u4e2a\u7279\u5b9a\u7c7b\u578b Element \u5bf9\u8c61\u3002props">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="Virtual DOM APIs">
 <meta name="twitter:description" content="Virtual DOM APIsDocument\u6bcf\u4e2a\u5b9e\u4f8b\u6709\u4e00\u4e2a\u4e0e\u5b9e\u4f8b id \u5bf9\u5e94\u7684 document\u3002Document \u5177\u6709\u7ec4\u6210\u4e00\u4e2a\u8282\u70b9\u6811\u7684\u591a\u4e2a\u8282\u70b9\u3002
@@ -118,13 +75,29 @@
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/specs/virtual-dom-apis.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/specs/virtual-dom-apis.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -141,7 +114,7 @@
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -442,11 +415,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -478,11 +451,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -898,11 +871,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -934,11 +907,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1066,7 +1039,7 @@
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="Virtual-DOM-APIs"><a href="#Virtual-DOM-APIs" class="headerlink" title="Virtual DOM APIs"></a>Virtual DOM APIs</h1><h2 id="Document"><a href="#Document" class="headerlink" title="Document"></a><code>Document</code></h2><p>\u6bcf\u4e2a\u5b9e\u4f8b\u6709\u4e00\u4e2a\u4e0e\u5b9e\u4f8b id \u5bf9\u5e94\u7684 document\u3002Document \u5177\u6709\u7ec4\u6210\u4e00\u4e2a\u8282\u70b9\u6811\u7684\u591a\u4e2a\u8282\u70b9\u3002</p>
 <h3 id="\u6784\u9020\u51fd\u6570"><a href="#\u6784\u9020\u51fd\u6570" class="headerlink" title="\u6784\u9020\u51fd\u6570"></a>\u6784\u9020\u51fd\u6570</h3><h5 id="new-Document-id-string-url-string"><a href="#new-Document-id-string-url-string" class="headerlink" title="new Document(id: string, url: string?)"></a><code>new Document(id: string, url: string?)</code></h5><h3 id="\u6210\u5458"><a href="#\u6210\u5458" class="headerlink" title="\u6210\u5458"></a>\u6210\u5458</h3><h5 id="createElement-tagName-string-props-Object-Element"><a href="#createElement-tagName-string-props-Object-Element" class="headerlink" title="createElement(tagName: string, props: Object?): Element"></a><code>createElement(tagName: string, props: Object?): Element</code></h5><p>\u521b\u5efa\u4e00\u4e2a\u7279\u5b9a\u7c7b\u578b <code>Element</code> \u5bf9\u8c61\u3002<code>props</code> \u5bf9\u8c61\u53ef\u80fd\u5305\u542b\u4e00\u4e2a <code>attr</code> \u5bf9\u8c61\u548c\u4e00\u4e2a <code>style</code> \u5bf9\u8c61\u3002\u4f8b\u5982 <code>createBody(&#39;div&#39;, {style: {backgroundColor: &#39;#ffffff&#39;}})</code></p>
@@ -1108,7 +1081,7 @@
           <a href="/v-0.10/references/specs/virtual-dom-apis.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/specs/virtual-dom-apis.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/specs/virtual-dom-apis.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/text-style.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/text-style.html b/content/cn/v-0.10/references/text-style.html
index 9f109fa..2c5c593 100644
--- a/content/cn/v-0.10/references/text-style.html
+++ b/content/cn/v-0.10/references/text-style.html
@@ -5,49 +5,6 @@
   
   <title>\u6587\u672c\u6837\u5f0f | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="\u6587\u672c\u6837\u5f0fv0.5+
 \u6587\u672c\u7c7b\u7ec4\u4ef6\u5171\u4eab\u4e00\u4e9b\u901a\u7528\u6837\u5f0f, \u8fd9\u7c7b\u7ec4\u4ef6\u76ee\u524d\u5305\u62ec &amp;lt;text&amp;gt; \u548c &amp;lt;input&amp;gt;\u3002
 \u5c5e\u6027
@@ -66,7 +23,7 @@ color {color}\uff1a\u6587\u5b57\u989c\u8272\u3002
 \u53ef\u9009\u503c\u4e3a\u8272\u503c\uff0c\u652f\u6301 RGB\uff08 rgb(255, 0, 0) \uff09\uff1bRGBA\uff08 rgba(255, 0, 0, 0.5) \uff09\uff1b\u5341\u516d\u8fdb\u5236\uff08 #ff0000 \uff09\uff1b\u7cbe\u7b80\u5199\u6cd5\u7684\u5341\u516d\u8fdb\u5236\uff08 #f00 \uff09\uff1b\u8272\u503c\u5173\u952e\u5b57\uff08red\uff09\u3002
 
 lines">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="\u6587\u672c\u6837\u5f0f">
 <meta name="twitter:description" content="\u6587\u672c\u6837\u5f0fv0.5+
@@ -133,13 +90,29 @@ lines">
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/text-style.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/text-style.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -156,7 +129,7 @@ lines">
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -457,11 +430,11 @@ lines">
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -493,11 +466,11 @@ lines">
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -913,11 +886,11 @@ lines">
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -949,11 +922,11 @@ lines">
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1081,7 +1054,7 @@ lines">
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="\u6587\u672c\u6837\u5f0f"><a href="#\u6587\u672c\u6837\u5f0f" class="headerlink" title="\u6587\u672c\u6837\u5f0f"></a>\u6587\u672c\u6837\u5f0f</h1><p><span class="weex-version">v0.5+</span></p>
 <p>\u6587\u672c\u7c7b\u7ec4\u4ef6\u5171\u4eab\u4e00\u4e9b\u901a\u7528\u6837\u5f0f, \u8fd9\u7c7b\u7ec4\u4ef6\u76ee\u524d\u5305\u62ec <a href="./components/text.html"><code>&lt;text&gt;</code></a> \u548c <a href="./components/input.html"><code>&lt;input&gt;</code></a>\u3002</p>
@@ -1131,7 +1104,7 @@ lines">
           <a href="/v-0.10/references/text-style.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/text-style.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/text-style.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/units.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/units.html b/content/cn/v-0.10/references/units.html
index 0d2f6cd..76de477 100644
--- a/content/cn/v-0.10/references/units.html
+++ b/content/cn/v-0.10/references/units.html
@@ -5,49 +5,6 @@
   
   <title>CSS \u5355\u4f4d | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="CSS \u5355\u4f4dCSS color \u5355\u4f4d\u652f\u6301\u4ee5\u4e0b\u5199\u6cd5\uff1a
 .classA &amp;#123;  /* 3-chars hex */  color: #0f0;  /* 6-chars hex */  color: #00ff00;  /* rgba */  color: rgb(255, 0, 0);  /* rgba */  color: rgba(255, 0, 0, 0.5);  /* transpar">
 <meta property="og:type" content="website">
@@ -56,7 +13,7 @@
 <meta property="og:site_name" content="Weex">
 <meta property="og:description" content="CSS \u5355\u4f4dCSS color \u5355\u4f4d\u652f\u6301\u4ee5\u4e0b\u5199\u6cd5\uff1a
 .classA &amp;#123;  /* 3-chars hex */  color: #0f0;  /* 6-chars hex */  color: #00ff00;  /* rgba */  color: rgb(255, 0, 0);  /* rgba */  color: rgba(255, 0, 0, 0.5);  /* transpar">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="CSS \u5355\u4f4d">
 <meta name="twitter:description" content="CSS \u5355\u4f4dCSS color \u5355\u4f4d\u652f\u6301\u4ee5\u4e0b\u5199\u6cd5\uff1a
@@ -118,13 +75,29 @@
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/units.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/units.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -141,7 +114,7 @@
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -442,11 +415,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -478,11 +451,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -898,11 +871,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -934,11 +907,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1066,7 +1039,7 @@
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="CSS-\u5355\u4f4d"><a href="#CSS-\u5355\u4f4d" class="headerlink" title="CSS \u5355\u4f4d"></a>CSS \u5355\u4f4d</h1><h2 id="CSS-color-\u5355\u4f4d"><a href="#CSS-color-\u5355\u4f4d" class="headerlink" title="CSS color \u5355\u4f4d"></a>CSS <code>color</code> \u5355\u4f4d</h2><p>\u652f\u6301\u4ee5\u4e0b\u5199\u6cd5\uff1a</p>
 <figure class="highlight css"><table><tr><td class="code"><pre><div class="line"><span class="selector-class">.classA</span> &#123;</div><div class="line">  <span class="comment">/* 3-chars hex */</span></div><div class="line">  <span class="attribute">color</span>: <span class="number">#0f0</span>;</div><div class="line">  <span class="comment">/* 6-chars hex */</span></div><div class="line">  <span class="attribute">color</span>: <span class="number">#00ff00</span>;</div><div class="line">  <span class="comment">/* rgba */</span></div><div class="line">  <span class="attribute">color</span>: <span class="built_in">rgb</span>(255, 0, 0);</div><div class="line">  <span class="comment">/* rgba */</span></div><div class="line">  <span class="attribute">color</span>: <span class="built_in">rgba</span>(255, 0, 0, 0.5);</div><div class="line">  <span class="comment">/* transparent */</span></div><div class="line">  <span class="attribute">color</span>: transparent;</div><div class="line"
 >  <span class="comment">/* Basic color keywords */</span></div><div class="line">  <span class="attribute">color</span>: orange;</div><div class="line">  <span class="comment">/* Extended color keywords */</span></div><div class="line">  <span class="attribute">color</span>: darkgray;</div><div class="line">&#125;</div></pre></td></tr></table></figure>
@@ -1107,7 +1080,7 @@
           <a href="/v-0.10/references/units.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/units.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/units.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/wxc/index.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/wxc/index.html b/content/cn/v-0.10/references/wxc/index.html
index a54ec4a..117e089 100644
--- a/content/cn/v-0.10/references/wxc/index.html
+++ b/content/cn/v-0.10/references/wxc/index.html
@@ -5,49 +5,6 @@
   
   <title>\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6 | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6Weex \u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6\u6307\u7684\u662f\u4ee5 wxc- \u5f00\u5934\u7684\u7ec4\u4ef6\uff0c\u8fd9\u4e9b\u7ec4\u4ef6\u4e0d\u5c5e\u4e8e\u5185\u5efa\u7ec4\u4ef6\u7684\u4e00\u90e8\u5206\uff0c\u800c\u662f Weex \u56e2\u961f\u57fa\u4e8e\u5185\u5efa\u7ec4\u4ef6\u6269\u5c55\u7684\u4e00\u4e9b\u5e38\u7528\u7ec4\u4ef6\u3002\u8fd9\u4e9b\u7ec4\u4ef6\u4f9d\u8d56 weex-components\uff0c\u9700\u8981\u5b89\u88c5\u4f9d\u8d56\u540e\u624d\u53ef\u4f7f\u7528\u3002
 \u4f7f\u7528\u65b9\u5f0f\u5982\u4e0b\uff1a
 
@@ -72,7 +29,7 @@ npm install weex-components
 \u4f7f\u7528
 \u9700\u8981\u5728 &amp;lt;script&amp;gt; \u4e2d\u5f15\u5165\u4f9d\u8d56\u3002
 &amp;">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6">
 <meta name="twitter:description" content="\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6Weex \u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6\u6307\u7684\u662f\u4ee5 wxc- \u5f00\u5934\u7684\u7ec4\u4ef6\uff0c\u8fd9\u4e9b\u7ec4\u4ef6\u4e0d\u5c5e\u4e8e\u5185\u5efa\u7ec4\u4ef6\u7684\u4e00\u90e8\u5206\uff0c\u800c\u662f Weex \u56e2\u961f\u57fa\u4e8e\u5185\u5efa\u7ec4\u4ef6\u6269\u5c55\u7684\u4e00\u4e9b\u5e38\u7528\u7ec4\u4ef6\u3002\u8fd9\u4e9b\u7ec4\u4ef6\u4f9d\u8d56 weex-components\uff0c\u9700\u8981\u5b89\u88c5\u4f9d\u8d56\u540e\u624d\u53ef\u4f7f\u7528\u3002
@@ -142,13 +99,29 @@ npm install weex-components
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/wxc/index.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/wxc/index.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -165,7 +138,7 @@ npm install weex-components
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -466,11 +439,11 @@ npm install weex-components
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -502,11 +475,11 @@ npm install weex-components
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -922,11 +895,11 @@ npm install weex-components
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -958,11 +931,11 @@ npm install weex-components
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1090,7 +1063,7 @@ npm install weex-components
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6"><a href="#\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6" class="headerlink" title="\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6"></a>\u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6</h1><p>Weex \u5b98\u65b9\u6269\u5c55\u7ec4\u4ef6\u6307\u7684\u662f\u4ee5 <code>wxc-</code> \u5f00\u5934\u7684\u7ec4\u4ef6\uff0c\u8fd9\u4e9b\u7ec4\u4ef6\u4e0d\u5c5e\u4e8e\u5185\u5efa\u7ec4\u4ef6\u7684\u4e00\u90e8\u5206\uff0c\u800c\u662f Weex \u56e2\u961f\u57fa\u4e8e\u5185\u5efa\u7ec4\u4ef6\u6269\u5c55\u7684\u4e00\u4e9b\u5e38\u7528\u7ec4\u4ef6\u3002\u8fd9\u4e9b\u7ec4\u4ef6\u4f9d\u8d56 <code>weex-components</code>\uff0c\u9700\u8981\u5b89\u88c5\u4f9d\u8d56\u540e\u624d\u53ef\u4f7f\u7528\u3002</p>
 <p>\u4f7f\u7528\u65b9\u5f0f\u5982\u4e0b\uff1a</p>
@@ -1124,7 +1097,7 @@ npm install weex-components
           <a href="/v-0.10/references/wxc/index.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/wxc/index.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/wxc/index.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/wxc/wxc-navpage.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/wxc/wxc-navpage.html b/content/cn/v-0.10/references/wxc/wxc-navpage.html
index b409e77..a03051c 100644
--- a/content/cn/v-0.10/references/wxc/wxc-navpage.html
+++ b/content/cn/v-0.10/references/wxc/wxc-navpage.html
@@ -5,49 +5,6 @@
   
   <title>&lt;wxc-navpage&gt; | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="&amp;lt;wxc-navpage&amp;gt; (v0.5+)&amp;lt;wxc-navpage&amp;gt; \u7ec4\u4ef6\u662f\u4e00\u4e2a\u5305\u542b navbar \u7684\u5bb9\u5668\u7ec4\u4ef6\uff0c\u53ef\u4ee5\u6839\u636e\u4e1a\u52a1\u573a\u666f\u5b9a\u5236 navbar \u7ec4\u4ef6\u3002\u540c\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528 navigator \u6a21\u5757\u63a7\u5236\u9875\u9762\u7684\u8df3\u8f6c\uff0c\u5177\u4f53\u53c2\u8003 navigator module\u3002\u4e00\u822c\u60c5\u51b5\uff0c\u90fd\u662f\u914d\u5408 navbar \u7ec4\u4ef6\u4f7f\u7528\u3002\u5982\u679c\u4e0d\u4e86\u89e3 navigator \u76f8\u5173\u77e5\u8bc6\uff0c\u5efa\u8bae\u5148\u4e86\u89e3\u4e0b iOS \u6216\u8005 Andr">
 <meta property="og:type" content="website">
 <meta property="og:title" content="<wxc-navpage>">
@@ -55,7 +12,7 @@
 <meta property="og:site_name" content="Weex">
 <meta property="og:description" content="&amp;lt;wxc-navpage&amp;gt; (v0.5+)&amp;lt;wxc-navpage&amp;gt; \u7ec4\u4ef6\u662f\u4e00\u4e2a\u5305\u542b navbar \u7684\u5bb9\u5668\u7ec4\u4ef6\uff0c\u53ef\u4ee5\u6839\u636e\u4e1a\u52a1\u573a\u666f\u5b9a\u5236 navbar \u7ec4\u4ef6\u3002\u540c\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528 navigator \u6a21\u5757\u63a7\u5236\u9875\u9762\u7684\u8df3\u8f6c\uff0c\u5177\u4f53\u53c2\u8003 navigator module\u3002\u4e00\u822c\u60c5\u51b5\uff0c\u90fd\u662f\u914d\u5408 navbar \u7ec4\u4ef6\u4f7f\u7528\u3002\u5982\u679c\u4e0d\u4e86\u89e3 navigator \u76f8\u5173\u77e5\u8bc6\uff0c\u5efa\u8bae\u5148\u4e86\u89e3\u4e0b iOS \u6216\u8005 Andr">
 <meta property="og:image" content="https://weex.apache.org/../images/nav.jpg">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="<wxc-navpage>">
 <meta name="twitter:description" content="&amp;lt;wxc-navpage&amp;gt; (v0.5+)&amp;lt;wxc-navpage&amp;gt; \u7ec4\u4ef6\u662f\u4e00\u4e2a\u5305\u542b navbar \u7684\u5bb9\u5668\u7ec4\u4ef6\uff0c\u53ef\u4ee5\u6839\u636e\u4e1a\u52a1\u573a\u666f\u5b9a\u5236 navbar \u7ec4\u4ef6\u3002\u540c\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528 navigator \u6a21\u5757\u63a7\u5236\u9875\u9762\u7684\u8df3\u8f6c\uff0c\u5177\u4f53\u53c2\u8003 navigator module\u3002\u4e00\u822c\u60c5\u51b5\uff0c\u90fd\u662f\u914d\u5408 navbar \u7ec4\u4ef6\u4f7f\u7528\u3002\u5982\u679c\u4e0d\u4e86\u89e3 navigator \u76f8\u5173\u77e5\u8bc6\uff0c\u5efa\u8bae\u5148\u4e86\u89e3\u4e0b iOS \u6216\u8005 Andr">
@@ -117,13 +74,29 @@
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/wxc/wxc-navpage.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/wxc/wxc-navpage.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -140,7 +113,7 @@
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -441,11 +414,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -477,11 +450,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -897,11 +870,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -933,11 +906,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1065,7 +1038,7 @@
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="lt-wxc-navpage-gt-v0-5"><a href="#lt-wxc-navpage-gt-v0-5" class="headerlink" title="&lt;wxc-navpage&gt; (v0.5+)"></a>&lt;wxc-navpage&gt; <sup>(v0.5+)</sup></h1><p><code>&lt;wxc-navpage&gt;</code> \u7ec4\u4ef6\u662f\u4e00\u4e2a\u5305\u542b navbar \u7684\u5bb9\u5668\u7ec4\u4ef6\uff0c\u53ef\u4ee5\u6839\u636e\u4e1a\u52a1\u573a\u666f\u5b9a\u5236 navbar \u7ec4\u4ef6\u3002\u540c\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>navigator</code> \u6a21\u5757\u63a7\u5236\u9875\u9762\u7684\u8df3\u8f6c\uff0c\u5177\u4f53\u53c2\u8003 <a href="../modules/navigator.html"><code>navigator module</code></a>\u3002\u4e00\u822c\u60c5\u51b5\uff0c\u90fd\u662f\u914d\u5408 navbar \u7ec4\u4ef6\u4f7f\u7528\u3002\u5982\u679c\u4e0d\u4e86\u89e3 navigator \u76f8\u5173\u77e5\u8bc6\uff0c\u5efa\u8bae\u5148\u4e86\u89e3\u4e0b iOS \u6216\u8005 Android \u7684\u76f8\u5173\u7ec4\u4ef6\u3002\u5728 H5 \u4e0a\uff0c\u5176\u5b9e\u662f\u76f8\u5f53\u4e8e\u5bfc\u822a\u680f\u3002</p>
 <p>\u7528\u6cd5\uff1a\u5728 <code>script</code> \u6807\u7b7e\u4e2d\u901a\u8fc7\u4e00\u4e2a <code>require</code> \u8bed\u53e5\u5f15\u5165\uff0c\u5373\uff1a<code>require(&#39;weex-components&#39;);</code></p>
@@ -1153,7 +1126,7 @@
           <a href="/v-0.10/references/wxc/wxc-navpage.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/wxc/wxc-navpage.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/wxc/wxc-navpage.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/references/wxc/wxc-tabbar.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/references/wxc/wxc-tabbar.html b/content/cn/v-0.10/references/wxc/wxc-tabbar.html
index 3ca2f27..b92a63c 100644
--- a/content/cn/v-0.10/references/wxc/wxc-tabbar.html
+++ b/content/cn/v-0.10/references/wxc/wxc-tabbar.html
@@ -5,49 +5,6 @@
   
   <title>&lt;wxc-tabbar&gt; | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="&amp;lt;wxc-tabbar&amp;gt;&amp;lt;wxc-tabbar&amp;gt; \u662f\u4e00\u4e2a\u540d\u4e3a weex-components \u4f9d\u8d56\u5e93\u7684\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u3002&amp;lt;wxc-tabbar&amp;gt; \u80fd\u5728\u7a97\u53e3\u7684\u5e95\u90e8\u663e\u793a tab \u9875\u9762\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u4e0d\u540c\u7684 tab \u9875\u9762\u4e4b\u95f4\u5207\u6362\u3002
 \u7528\u6cd5\uff1a\u5728 script \u6807\u7b7e\u4e2d\u901a\u8fc7\u4e00\u4e2a require \u8bed\u53e5\u5f15\u5165\uff0c\u5373\uff1arequire(&amp;#39;weex-components&amp;#39;);
 \u793a\u4f8b">
@@ -58,7 +15,7 @@
 <meta property="og:description" content="&amp;lt;wxc-tabbar&amp;gt;&amp;lt;wxc-tabbar&amp;gt; \u662f\u4e00\u4e2a\u540d\u4e3a weex-components \u4f9d\u8d56\u5e93\u7684\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u3002&amp;lt;wxc-tabbar&amp;gt; \u80fd\u5728\u7a97\u53e3\u7684\u5e95\u90e8\u663e\u793a tab \u9875\u9762\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u4e0d\u540c\u7684 tab \u9875\u9762\u4e4b\u95f4\u5207\u6362\u3002
 \u7528\u6cd5\uff1a\u5728 script \u6807\u7b7e\u4e2d\u901a\u8fc7\u4e00\u4e2a require \u8bed\u53e5\u5f15\u5165\uff0c\u5373\uff1arequire(&amp;#39;weex-components&amp;#39;);
 \u793a\u4f8b">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="<wxc-tabbar>">
 <meta name="twitter:description" content="&amp;lt;wxc-tabbar&amp;gt;&amp;lt;wxc-tabbar&amp;gt; \u662f\u4e00\u4e2a\u540d\u4e3a weex-components \u4f9d\u8d56\u5e93\u7684\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u3002&amp;lt;wxc-tabbar&amp;gt; \u80fd\u5728\u7a97\u53e3\u7684\u5e95\u90e8\u663e\u793a tab \u9875\u9762\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u4e0d\u540c\u7684 tab \u9875\u9762\u4e4b\u95f4\u5207\u6362\u3002
@@ -121,13 +78,29 @@
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/references/wxc/wxc-tabbar.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/references/wxc/wxc-tabbar.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -144,7 +117,7 @@
     
       <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -445,11 +418,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -481,11 +454,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -901,11 +874,11 @@
           <ul class="chapter">
             
               <li>
-                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
+                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/a.html" class="sidebar-link  ">&lt;a&gt;</a>
+                <a href="/cn/v-0.10/references/components/indicator.html" class="sidebar-link  ">&lt;indicator&gt;</a>
               </li>
             
               <li>
@@ -937,11 +910,11 @@
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
+                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
               </li>
             
               <li>
-                <a href="/cn/v-0.10/references/components/input.html" class="sidebar-link  ">&lt;input&gt;</a>
+                <a href="/cn/v-0.10/references/components/list.html" class="sidebar-link  ">&lt;list&gt;</a>
               </li>
             
               <li>
@@ -1069,7 +1042,7 @@
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="lt-wxc-tabbar-gt"><a href="#lt-wxc-tabbar-gt" class="headerlink" title="&lt;wxc-tabbar&gt;"></a>&lt;wxc-tabbar&gt;</h1><p><code>&lt;wxc-tabbar&gt;</code> \u662f\u4e00\u4e2a\u540d\u4e3a <code>weex-components</code> \u4f9d\u8d56\u5e93\u7684\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u3002<code>&lt;wxc-tabbar&gt;</code> \u80fd\u5728\u7a97\u53e3\u7684\u5e95\u90e8\u663e\u793a tab \u9875\u9762\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u4e0d\u540c\u7684 tab \u9875\u9762\u4e4b\u95f4\u5207\u6362\u3002</p>
 <p>\u7528\u6cd5\uff1a\u5728 <code>script</code> \u6807\u7b7e\u4e2d\u901a\u8fc7\u4e00\u4e2a <code>require</code> \u8bed\u53e5\u5f15\u5165\uff0c\u5373\uff1a<code>require(&#39;weex-components&#39;);</code></p>
@@ -1145,7 +1118,7 @@
           <a href="/v-0.10/references/wxc/wxc-tabbar.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/references/wxc/wxc-tabbar.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/references/wxc/wxc-tabbar.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/22906b6f/content/cn/v-0.10/tools/devtools-android.html
----------------------------------------------------------------------
diff --git a/content/cn/v-0.10/tools/devtools-android.html b/content/cn/v-0.10/tools/devtools-android.html
index 722bf32..69e720b 100644
--- a/content/cn/v-0.10/tools/devtools-android.html
+++ b/content/cn/v-0.10/tools/devtools-android.html
@@ -5,49 +5,6 @@
   
   <title>Devtools for Android | Weex</title>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <script>
-  ;(function(){
-    var currentOrigin = location.origin,
-        currentPathname = location.pathname,
-        currentLang = navigator.language,
-        selectedLang = '';
-
-    if (!currentLang) {
-      currentLang = navigator.browserLanguage;
-    }
-
-    if (window.sessionStorage) {
-      selectedLang = window.sessionStorage.getItem('lang')
-    }
-
-    if (!selectedLang) {
-      if (currentLang.indexOf('zh') >= 0 && currentPathname.indexOf('/cn/') != 0) {
-        location.href = getUrl('cn', currentOrigin, currentPathname);
-      } else if (currentLang.indexOf('en') >= 0 && currentPathname.indexOf('/cn/') == 0) {
-        location.href = getUrl('en', currentOrigin, currentPathname);
-      }
-    }
-
-    function getUrl (lang, origin, path) {
-      if (lang == 'en') {
-        if (path.indexOf('/cn/') == 0) {
-          return origin + path.substr(3)
-        } else {
-          return origin + path
-        }
-      } else {
-        var langPath = '/' + lang + '/'
-        var pathStart = path.indexOf(langPath)
-
-        if (pathStart == 0) {
-          return origin + path
-        } else {
-          return origin + langPath + path.substr(1)
-        }
-      }
-    }
-  })();
-  </script>
   <meta name="description" content="Devtools for Android              
 Weex devtools is a custom devtools for weex that implements Chrome Debugging Protocol inspired by Stetho, it is designed to help you quickly inspect your app and deb">
 <meta property="og:type" content="website">
@@ -64,7 +21,7 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
 <meta property="og:image" content="https://api.bintray.com/packages/alibabaweex/maven/weex_inspector/images/download.svg">
 <meta property="og:image" content="https://img.alicdn.com/tps/TB13fwSKFXXXXXDaXXXXXXXXXXX-887-828.png">
 <meta property="og:image" content="https://img.alicdn.com/tps/TB1igLoMVXXXXawapXXXXXXXXXX-786-1610.jpg">
-<meta property="og:updated_time" content="2017-02-17T02:09:41.000Z">
+<meta property="og:updated_time" content="2017-03-01T06:05:27.000Z">
 <meta name="twitter:card" content="summary">
 <meta name="twitter:title" content="Devtools for Android">
 <meta name="twitter:description" content="Devtools for Android              
@@ -127,13 +84,29 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-header" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-header" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
   </div>
 </div>
         </li>
+        <li>
+          <div class="dropdown select-lang">
+            <a href="javascript:;" class="dropdown-toggle">
+              Language
+              <span class="caret"></span>
+            </a>
+            <ul class="dropdown-menu pick-lang">
+              <li>
+                <a href="/v-0.10/tools/devtools-android.html" data-lang="en">English</a>
+              </li>
+              <li>
+                <a href="/cn/v-0.10/tools/devtools-android.html" data-lang="zh-cn">\u4e2d\u6587</a>
+              </li>
+            </ul>
+          </div>
+        </li>
         <!--<li></li>-->
       </ul>
     </div>
@@ -152,7 +125,7 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
         <li>
           <div class="search">
   <form id="search-form" class="search-form"> <!-- \u641c\u7d22\u6846\u76f8\u5173 -->
-    <input type="text" id="search-input-sidebar" name="q" results="0" placeholder="search..." class="form-control search-input" autocomplete="off" autocorrect="off"/>
+    <input type="text" id="search-input-sidebar" name="q" results="0" class="form-control search-input" autocomplete="off" autocorrect="off"/>
     <span class="iconfont icon-search"></span>
   </form>
   <div class="results-panel">
@@ -170,7 +143,7 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
           </a>
         </li>
         <li>
-          <a href="/cn/faq">
+          <a href="/cn/faq.html">
             FAQ
           </a>
         </li>
@@ -301,7 +274,7 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
       </h1>
     
   
-  <time class="article-date" datetime="2017-02-17T02:09:41.000Z">Updated time: 17/02/2017</time>
+  <time class="article-date" datetime="2017-03-01T06:05:27.000Z">Updated time: 01/03/2017</time>
 </header>
     <h1 id="Devtools-for-Android"><a href="#Devtools-for-Android" class="headerlink" title="Devtools for Android"></a>Devtools for Android</h1><p><a href="https://github.com/weexteam/weex_devtools_android/releases" target="_blank" rel="external"><img src="https://img.shields.io/github/release/weexteam/weex_devtools_android.svg" alt="GitHub release"></a>   <a href="https://www.codacy.com/app/weex_devtools/weex_devtools_android?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=weexteam/weex_devtools_android&amp;utm_campaign=Badge_Grade" target="_blank" rel="external"><img src="https://api.codacy.com/project/badge/Grade/af0790bf45c9480fb0ec90ad834b89a3" alt="Codacy Badge"></a>     <a href="https://codeclimate.com/github/weexteam/weex_devtools_android" target="_blank" rel="external"><img src="https://codeclimate.com/github/weexteam/weex_devtools_android/badges/gpa.svg" alt="Code Climate"></a> <a href="https://codeclimate.com/github/weexteam/weex_devtools_android" target="_bl
 ank" rel="external"><img src="https://codeclimate.com/github/weexteam/weex_devtools_android/badges/issue_count.svg" alt="Issue Count"></a> <a href="https://github.com/weexteam/weex_devtools_android/issues" target="_blank" rel="external"><img src="https://img.shields.io/github/issues/weexteam/weex_devtools_android.svg" alt="GitHub issues"></a>  <a href="https://bintray.com/alibabaweex/maven/weex_inspector/_latestVersion" target="_blank" rel="external"> <img src="https://api.bintray.com/packages/alibabaweex/maven/weex_inspector/images/download.svg" alt="Download"> </a></p>
 <p>Weex devtools is a custom devtools for weex that implements <a href="https://developer.chrome.com/devtools/docs/debugger-protocol" target="_blank" rel="external">Chrome Debugging Protocol</a> inspired by <a href="https://github.com/facebook/stetho" target="_blank" rel="external">Stetho</a>, it is designed to help you quickly inspect your app and debug your JS bundle source in a chrome web page.At present The devtools consist of two part : <code>Inspector</code> and <code>Debugger</code>. If you want it work well, you must install a <code>weex-devtool</code> as debug server.</p>
@@ -395,7 +368,7 @@ Weex devtools is a custom devtools for weex that implements Chrome Debugging Pro
           <a href="/v-0.10/tools/devtools-android.html" data-lang="en">English</a>
         </li>
         <li>
-          <a href="/cn/v-0.10/tools/devtools-android.html" data-lang="cn">\u4e2d\u6587</a>
+          <a href="/cn/v-0.10/tools/devtools-android.html" data-lang="zh-cn">\u4e2d\u6587</a>
         </li>
       </ul>
     </div>