doumafang closed pull request #238: Update recycle list' doc URL: https://github.com/apache/incubator-weex-site/pull/238
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/docs/components/recycle-list.md b/docs/docs/components/recycle-list.md index bc1708bc9..679406bc8 100644 --- a/docs/docs/components/recycle-list.md +++ b/docs/docs/components/recycle-list.md @@ -1,4 +1,4 @@ -# <recycle-list> <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 6aa5cb873..c59aae8cc 100644 --- a/docs/zh/docs/components/recycle-list.md +++ b/docs/zh/docs/components/recycle-list.md @@ -1,4 +1,4 @@ -# <recycle-list> <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+) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
