Repository: incubator-weex-site
Updated Branches:
  refs/heads/master e5364d182 -> 60a327383


Fix missing closing parenthesis in the index.md (resolve #42)

Author:    占奇 <[email protected]>
Date:      Mon Jan 22 14:23:41 2018 +0800


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/60a32738
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/60a32738
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/60a32738

Branch: refs/heads/master
Commit: 60a327383c7635c39de9935667bdc2ce4e141b5f
Parents: e5364d1
Author: 占奇 <[email protected]>
Authored: Mon Jan 22 14:23:41 2018 +0800
Committer: Hanks <[email protected]>
Committed: Mon Jan 22 14:48:10 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/60a32738/source/cn/guide/index.md
----------------------------------------------------------------------
diff --git a/source/cn/guide/index.md b/source/cn/guide/index.md
index 43c5f4a..2ae939c 100644
--- a/source/cn/guide/index.md
+++ b/source/cn/guide/index.md
@@ -68,7 +68,7 @@ Weex 可以只开写一份代ç 
ï¼Œå¼€å‘出三端都可用的页面。
 
 在多个端中使用相同的源代ç 
å¯ä»¥æ˜¾ç€æé«˜å¼€å‘效率,并简化测试,构建和发布流程。在此基础上,Weex
 可以将前端的打包
、测试流程与手机端监控、发布系统结合起来,提高开发效率。
 
-尽管 Weex 多端都是用的同一份代ç 
ï¼Œä½†æ˜¯ä»ç„¶æ”¯æŒé’ˆå¯¹ç‰¹å®šçš„平台开发功能。Weex 提供了 
`weex.config.env` 和 
`WXEnvironment`(它们是相同的)来获得当前的运行时环境。你
可以用 `WXEnvironment.platform` 来确定代ç 
è¿è¡Œåœ¨å“ªä¸ªå¹³å°ä¸Šã€‚除了平台以外,`WXEnvironment` 还包含å…
¶ä»–环境信息,如 *osVersion* 和 *deviceModel*,参考 *[Weex 
variable](../references/weex-variable.html* 了解更多详细信息。
+尽管 Weex 多端都是用的同一份代ç 
ï¼Œä½†æ˜¯ä»ç„¶æ”¯æŒé’ˆå¯¹ç‰¹å®šçš„平台开发功能。Weex 提供了 
`weex.config.env` 和 
`WXEnvironment`(它们是相同的)来获得当前的运行时环境。你
可以用 `WXEnvironment.platform` 来确定代ç 
è¿è¡Œåœ¨å“ªä¸ªå¹³å°ä¸Šã€‚除了平台以外,`WXEnvironment` 还包含å…
¶ä»–环境信息,如 *osVersion* 和 *deviceModel*,参考 *[Weex 
variable](../references/weex-variable.html)* 了解更多详细信息。
 
 ## 支持多个前端框架
 

Reply via email to