Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezshine/wxapkg-convertor
一个反编译微信小程序的工具,仓库也收集各种微信小程序/小游戏.wxapkg文件
https://github.com/ezshine/wxapkg-convertor
miniprogram wechat-mini-program weixin weixin-app
Last synced: 10 days ago
JSON representation
一个反编译微信小程序的工具,仓库也收集各种微信小程序/小游戏.wxapkg文件
- Host: GitHub
- URL: https://github.com/ezshine/wxapkg-convertor
- Owner: ezshine
- License: mit
- Created: 2020-10-31T17:36:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T14:56:54.000Z (over 1 year ago)
- Last Synced: 2024-10-15T08:41:05.516Z (25 days ago)
- Topics: miniprogram, wechat-mini-program, weixin, weixin-app
- Language: JavaScript
- Homepage:
- Size: 45.2 MB
- Stars: 1,334
- Watchers: 27
- Forks: 373
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - ezshine/wxapkg-convertor
README
# wxapkg-convertor
一个快速将微信小程序.wxapkg代码包转换成多端框架的工具### 使用命令行解包
~~~
node wuWxapkg.js 跳一跳.wxapkg
~~~> 请将能成功反编译的wxapkg文件提交到本仓库中,不能反编译的小程序提交issue并附上wxapkg的下载地址。
### changelog
~~~~
2021.01.26removed convertToTaro
removed convertToUniapp
optimized app size
~~~~
### 掘金文章
[一键反编译微信小程序获取源码,并转换为uniapp或taro跨端项目](https://juejin.im/post/6891957219386982408)
### 目录
#### wxapkg文件夹
> 所有wxapkg文件均来自于网络,使用反编译工具即可获得源码。仅供大家学习使用,如非法使用侵犯版权,后果自付。1. 小程序
- 好多计算器
2. 小游戏
- 跳一跳
#### src文件夹
> 此工具的源码