mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-04-20 05:15:09 +08:00
Merge remote-tracking branch 'fork/master' into feat/x64-config-34817
This commit is contained in:
commit
6b1e9cdee1
15
README.md
15
README.md
|
|
@ -12,6 +12,10 @@ A command-line tool for tweaking WeChat.
|
||||||
- 阻止自动更新
|
- 阻止自动更新
|
||||||
- 客户端多开
|
- 客户端多开
|
||||||
|
|
||||||
|
## 说明
|
||||||
|
|
||||||
|
- 由于设备限制,本项目当前仅支持 x64 架构的微信最新版。(下载地址:https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.1.7.55_34817.dmg?t=1770782406)
|
||||||
|
|
||||||
## 安装&使用
|
## 安装&使用
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -21,9 +25,18 @@ brew install tanranv5/tap/wechattweak
|
||||||
# 更新
|
# 更新
|
||||||
brew upgrade tanranv5/tap/wechattweak
|
brew upgrade tanranv5/tap/wechattweak
|
||||||
|
|
||||||
# 执行 Patch
|
# 执行 Patch(官方配置,默认应用名 WeChat.app)
|
||||||
wechattweak patch
|
wechattweak patch
|
||||||
|
|
||||||
|
# 执行 Patch(官方配置,应用名改为 wx.app)
|
||||||
|
wechattweak patch -a /Applications/wx.app
|
||||||
|
|
||||||
|
# 执行 Patch(使用 tanranv5 仓库的 config.json)
|
||||||
|
wechattweak patch -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json
|
||||||
|
|
||||||
|
#多开
|
||||||
|
open -n /Applications/wx.app
|
||||||
|
|
||||||
# 查看所有支持的 WeChat 版本
|
# 查看所有支持的 WeChat 版本
|
||||||
wechattweak versions
|
wechattweak versions
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user