You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/23 09:44:30 UTC

[07/12] incubator-weex-site git commit: update document for reference

update document for reference


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/8f7d2628
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/8f7d2628
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/8f7d2628

Branch: refs/heads/master
Commit: 8f7d2628d9ddcc184dd291add674c9596d651684
Parents: 7818289
Author: acton393 <zh...@gmail.com>
Authored: Mon Mar 19 21:03:48 2018 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Mar 19 21:03:48 2018 +0800

----------------------------------------------------------------------
 source/cn/references/modules/globalevent.md | 2 +-
 source/cn/wiki/gestures.md                  | 2 +-
 source/wiki/handler-introduction.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8f7d2628/source/cn/references/modules/globalevent.md
----------------------------------------------------------------------
diff --git a/source/cn/references/modules/globalevent.md b/source/cn/references/modules/globalevent.md
index c83c764..0e94dcb 100644
--- a/source/cn/references/modules/globalevent.md
+++ b/source/cn/references/modules/globalevent.md
@@ -106,5 +106,5 @@ globalEvent.addEventListener("WXApplicationDidBecomeActiveEvent", function (e) {
 
 在 [dotWe 上试一试](http://dotwe.org/vue/5a774e8ce3766c88038cab6fe3331f5b)
 
->>> 目前只有 platform 为 iOS 和 Android 才能支持。[获取当前 platform](../weex-variable.html#weex-environment-object)
+> 目前只有 platform 为 iOS 和 Android 才能支持。[获取当前 platform](../weex-variable.html#weex-environment-object)
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8f7d2628/source/cn/wiki/gestures.md
----------------------------------------------------------------------
diff --git a/source/cn/wiki/gestures.md b/source/cn/wiki/gestures.md
index f54e90c..bb4a491 100644
--- a/source/cn/wiki/gestures.md
+++ b/source/cn/wiki/gestures.md
@@ -57,7 +57,7 @@ Weex 封装了原生的触摸事件以提供手势系统。使用手势类似于
 - `screenX`:触摸点相对于屏幕左侧边缘的 X 轴坐标。
 - `screenY`:触摸点相对于屏幕顶部边缘的 Y 轴坐标。
 - `force`: 屏幕收到的按压力度,值的范围为 0~1
->>> force 属性目前在支持 forceTouch iOS 设备才支持, iPhone 6s 及更新的 iOS 设备
+> force 属性目前在支持 forceTouch iOS 设备才支持, iPhone 6s 及更新的 iOS 设备
 
 [试一试](http://dotwe.org/vue/91b6929f4f9f97a099a30c516dc2db06)
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8f7d2628/source/wiki/handler-introduction.md
----------------------------------------------------------------------
diff --git a/source/wiki/handler-introduction.md b/source/wiki/handler-introduction.md
index c86da9a..ac985fb 100644
--- a/source/wiki/handler-introduction.md
+++ b/source/wiki/handler-introduction.md
@@ -2,7 +2,7 @@
 title: handler
 type: wiki
 group: concept
-order: 4.3
+order: 5.2
 version: 2.1
 ---