You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by xi...@apache.org on 2018/12/14 11:05:41 UTC

[incubator-weex-site] branch draft updated: Update recycle list' doc (#238)

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

xifang pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/draft by this push:
     new 7496a73  Update recycle list' doc (#238)
7496a73 is described below

commit 7496a730eca02e17302ed55762d0a2fe0b3e1a91
Author: Douma Fang <do...@gmail.com>
AuthorDate: Fri Dec 14 19:05:38 2018 +0800

    Update recycle list' doc (#238)
---
 docs/docs/components/recycle-list.md    | 2 +-
 docs/zh/docs/components/recycle-list.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/components/recycle-list.md b/docs/docs/components/recycle-list.md
index bc1708b..679406b 100644
--- a/docs/docs/components/recycle-list.md
+++ b/docs/docs/components/recycle-list.md
@@ -1,4 +1,4 @@
-# &lt;recycle-list&gt; <Badge text="beta" type="tip" vertical="middle"/> <Badge text="0.18+" type="warn" vertical="middle"/>
+# Recycle List
 `<recycle-list>`  is a new list container with the ability to recycle and reuse, which can greatly optimize memory usage and rendering performance.
 
 > * Please refer to [Design.md](https://github.com/Hanks10100/weex-native-directive/blob/master/Design.md) for design ideas. For details, please refer to  [Implementation.md](https://github.com/Hanks10100/weex-native-directive/blob/master/Implementation.md)
diff --git a/docs/zh/docs/components/recycle-list.md b/docs/zh/docs/components/recycle-list.md
index 6aa5cb8..c59aae8 100644
--- a/docs/zh/docs/components/recycle-list.md
+++ b/docs/zh/docs/components/recycle-list.md
@@ -1,4 +1,4 @@
-# &lt;recycle-list&gt; <Badge text="beta" type="tip" vertical="middle"/> <Badge text="0.18+" type="warn" vertical="middle"/>
+# Recycle List
 `<recycle-list>` 是一个新的列表容器,具有回收和复用的能力,可以大幅优化内存占用和渲染性能。
 > * 设计思路请参考 [Design.md](https://github.com/Hanks10100/weex-native-directive/blob/master/Design.md),具体的实现细节请参考 [Implementation.md](https://github.com/Hanks10100/weex-native-directive/blob/master/Implementation.md)
 > * 该功能部分依赖于编译工具,请确保 weex-loader 的版本升级到最新(v0.7.2+)