Here are
2,343 public repositories
matching this topic...
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
-
Updated
Aug 30, 2020
-
Java
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
-
Updated
Mar 19, 2020
-
Python
Mobile UI Components based on Vue & WeUI
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
-
Updated
Aug 24, 2020
-
Java
Mars is a cross-platform network component developed by WeChat.
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
-
Updated
Aug 25, 2020
-
Java
-
Updated
Sep 1, 2020
-
JavaScript
💬 A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
-
Updated
Mar 19, 2019
-
JavaScript
-
Updated
Apr 22, 2019
-
Objective-C
微信机器人 / 可能是最优雅的微信个人号 API ✨✨
-
Updated
Jul 14, 2019
-
Python
A lightweight, extendable front-end developer tool for mobile web page.
-
Updated
Jul 30, 2020
-
JavaScript
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
-
Updated
Jun 24, 2020
-
JavaScript
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
📦 It is probably the best SDK in the world for developing WeChat App.
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
-
Updated
May 15, 2020
-
Python
WCDB is a cross-platform database framework developed by WeChat.
Weekly Go Online Meetup via Zoom and Bilibili|Go 夜读|由 SIG 成员维护|通过 zoom 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
-
Updated
Jan 10, 2020
-
Python
Matrix is a plugin style, non-invasive APM system developed by WeChat.
-
Updated
Nov 27, 2019
-
Python
微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机
-
Updated
Jul 28, 2020
-
Python

A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
💬 Unofficial WeChat client built with React, MobX and Electron.
-
Updated
Jul 7, 2020
-
JavaScript
Improve this page
Add a description, image, and links to the
wechat
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
wechat
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
问题描述
最近使用
movable-view
做了一个拖拽排序的功能,但是由于需要touchmove
事件频繁setState
来更新movable-view
的坐标,导致Android
的上的性能体验很差,IOS
不会。看了微信的文档,这种情况可以使用
WXS
来解决,请问Taro
中能否使用WXS
?如何使用呢?