微信小程序开发资源汇总
-
Updated
Sep 18, 2020
{{ message }}
微信小程序开发资源汇总
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
Mobile UI Components based on Vue & WeUI
Mars is a cross-platform network component developed by WeChat.
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?
Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered
Matrix is a plugin style, non-invasive APM system developed by WeChat.
微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Add a description, image, and links to the wechat topic page so that developers can more easily learn about it.
To associate your repository with the wechat topic, visit your repo's landing page and select "manage topics."
问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?