From d43ce1ba3c1775f822943a28e587acf32af0abf0 Mon Sep 17 00:00:00 2001 From: ZhongXuQi Date: Sat, 15 Jun 2019 16:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E4=B8=8A=E6=8B=89=E5=88=B7=E6=96=B0=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=BC=80=E6=BA=90=E5=87=BA=E6=9D=A5=E5=A4=A7?= =?UTF-8?q?=E5=AE=B6=E4=B8=80=E8=B5=B7=E7=94=A8=20(#251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 开发了一个下拉上拉刷新组件,开源出来大家一起用 https://github.com/zhongxuqi/wx-pulltorefresh-view --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fca0f0..f47dda3 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ - [weapp.request](https://github.com/afishhhhh/weapp.request) - 为微信小程序提供的网络请求组件,是 wx.request 的扩展,基于 Promise API,添加缓存控制。 - [miniprogram-network](https://github.com/NewFuture/miniprogram-network) - Redefine the Network API of MiniProgram(小程序网络请求库) - [we-validator](https://github.com/ChanceYu/we-validator) - 简单灵活的表单验证插件,支持小程序、浏览器以及Nodejs端使用。 +- [wx-pulltorefresh-view](https://github.com/zhongxuqi/wx-pulltorefresh-view) - 简单灵活的下拉上拉刷新组件,支持微信小程序 [↑ 返回目录 ↑](#目录) -- GitLab