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/06/28 08:53:27 UTC

[1/2] incubator-weex-site git commit: [WEEX-342][android] add waterfall and touch event sync dispatch example

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master fcc117760 -> 896ee6ff4


[WEEX-342][android] add waterfall and touch event sync dispatch example


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

Branch: refs/heads/master
Commit: 269785322937ebcbce00403e0dcb7d5409a19369
Parents: 86705bf
Author: jianbai.gbj <ji...@alibaba-inc.com>
Authored: Thu Jun 28 16:49:25 2018 +0800
Committer: jianbai.gbj <ji...@alibaba-inc.com>
Committed: Thu Jun 28 16:49:25 2018 +0800

----------------------------------------------------------------------
 examples/components.js |  6 +++---
 examples/others.js     | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/26978532/examples/components.js
----------------------------------------------------------------------
diff --git a/examples/components.js b/examples/components.js
index e6017e4..f4971cb 100644
--- a/examples/components.js
+++ b/examples/components.js
@@ -380,9 +380,9 @@ module.exports = {
       en: 'http://weex-project.io/references/components/waterfall.html'
     },
     examples: [{
-      hash: '4624d605004fc7eb9f14ca9c5a226fe3',
-      title: { zh: '最简例子', en: 'Sample' },
-      screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
+      hash: '7e5840caa24fc71082699f6afcc72ec9',
+      title: { zh: '瀑布流', en: 'Waterfall Sample' },
+      screenshot: 'https://img.alicdn.com/tfs/TB11KFfA7yWBuNjy0FpXXassXXa-540-960.png'
     }]
   }, {
     type: 'recycle-list',

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/26978532/examples/others.js
----------------------------------------------------------------------
diff --git a/examples/others.js b/examples/others.js
index db6fa2c..001592f 100644
--- a/examples/others.js
+++ b/examples/others.js
@@ -155,6 +155,22 @@ module.exports = {
     //   screenshot: 'https://gw.alicdn.com/tfs/TB1sF_CcMMPMeJjy1XcXXXpppXa-540-844.png'
     }]
   }, {
+    type: 'case-touch',
+    name: { zh: 'Touch事件', en: 'Touch Event' },
+    examples: [{
+      hash: '993eb7f1a379a224c2ec5224370b2b76',
+      title: '<touch left move>',
+      screenshot: 'https://img.alicdn.com/tfs/TB1c4dfA1uSBuNjy1XcXXcYjFXa-540-960.png'
+    }, {
+      hash: '06c5fd1948ba95d09ece274902ccf425',
+      title: '<touch ball>',
+      screenshot: 'https://img.alicdn.com/tfs/TB1lUx2A4GYBuNjy0FnXXX5lpXa-540-960.png'
+    }, {
+      hash: '4721a88bfeaa703b4ff28e33ab17609e',
+      title: '<slide pager-indicator>',
+      screenshot: 'https://img.alicdn.com/tfs/TB1r2M.AFOWBuNjy0FiXXXFxVXa-540-960.jpg'
+    }]
+  },{
     type: 'case-benchmark',
     name: { zh: '实例压测', en: 'Real Case Benchmark' },
     examples: [{


[2/2] incubator-weex-site git commit: Merge branch 'weex_site_touch' of https://github.com/gubaojian/incubator-weex-site

Posted by ha...@apache.org.
Merge branch 'weex_site_touch' of https://github.com/gubaojian/incubator-weex-site


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

Branch: refs/heads/master
Commit: 896ee6ff440379d49a6d05e49e55aa284d4eae38
Parents: fcc1177 2697853
Author: 门柳 <ha...@alibaba-inc.com>
Authored: Thu Jun 28 16:52:45 2018 +0800
Committer: 门柳 <ha...@alibaba-inc.com>
Committed: Thu Jun 28 16:52:45 2018 +0800

----------------------------------------------------------------------
 examples/components.js |  6 +++---
 examples/others.js     | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------