Update README.md

This commit is contained in:
Sunnyyoung 2021-05-08 16:03:31 +08:00
parent adcbf84e7b
commit f8934ba929
2 changed files with 7 additions and 8 deletions

View File

@ -49,11 +49,6 @@ $ sudo make install # Install or Upgrade the framework
$ sudo make uninstall # Uninstall the framework $ sudo make uninstall # Uninstall the framework
``` ```
## Dependency
- [JRSwizzle](https://github.com/rentzsch/jrswizzle)
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
## Reference ## Reference
- [微信 macOS 客户端无限多开功能实践](https://blog.sunnyyoung.net/wei-xin-macos-ke-hu-duan-wu-xian-duo-kai-gong-neng-shi-jian/) - [微信 macOS 客户端无限多开功能实践](https://blog.sunnyyoung.net/wei-xin-macos-ke-hu-duan-wu-xian-duo-kai-gong-neng-shi-jian/)

View File

@ -49,10 +49,14 @@ $ sudo make install # 安装或者更新动态库
$ sudo make uninstall # 卸载动态库 $ sudo make uninstall # 卸载动态库
``` ```
## 依赖 ## FAQ
- [JRSwizzle](https://github.com/rentzsch/jrswizzle) 1. 功能失效?
- [insert_dylib](https://github.com/Tyilo/insert_dylib) 当前支持并经验证版本:`3.0.2`,若使用上仍有问题请 [Submit issue](https://github.com/Sunnyyoung/WeChatTweak-macOS/issues/new).
2. Issue 没有响应 or 回复?
开源项目,用爱发电,耐心等。
3. 兼容旧版本客户端吗?
不,为了降低维护成本和保证更新速度,默认只支持最新 App Store 版本客户端。
## 参考 ## 参考