From e4f8d3cc2907f3e22c4b9bf368b141ed9f3b3e1d Mon Sep 17 00:00:00 2001 From: tanran <51186467+tanranv5@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:46:28 +0800 Subject: [PATCH 1/2] Update README with architecture support and patching instructions Added a section explaining device architecture support and usage instructions for patching WeChat. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1dfee6..e9b5059 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ A command-line tool for tweaking WeChat. - 阻止自动更新 - 客户端多开 +## 说明 + +- 由于设备限制,本项目当前仅支持 x64 架构的微信最新版。 + ## 安装&使用 ```bash @@ -21,9 +25,18 @@ brew install sunnyyoung/tap/wechattweak # 更新 brew upgrade wechattweak -# 执行 Patch +# 执行 Patch(官方配置,默认应用名 WeChat.app) wechattweak patch +# 执行 Patch(官方配置,应用名改为 wx.app) +wechattweak patch -a /Applications/wx.app + +# 执行 Patch(使用 tanranv5 仓库的 config.json,应用名改为 wx.app) +wechattweak patch -a /Applications/wx.app -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json + +#多开 +open -n /Applications/wx.app + # 查看所有支持的 WeChat 版本 wechattweak versions ``` From feb59cd88af5fdf5736e67bba45132317fa990bf Mon Sep 17 00:00:00 2001 From: tanran <51186467+tanranv5@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:28:38 +0800 Subject: [PATCH 2/2] Enhance README with download link and patch command Updated README to include download link for WeChat and modified patch command usage. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9b5059..b4c1227 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A command-line tool for tweaking WeChat. ## 说明 -- 由于设备限制,本项目当前仅支持 x64 架构的微信最新版。 +- 由于设备限制,本项目当前仅支持 x64 架构的微信最新版。(下载地址:https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.1.7.55_34817.dmg?t=1770782406) ## 安装&使用 @@ -31,8 +31,8 @@ wechattweak patch # 执行 Patch(官方配置,应用名改为 wx.app) wechattweak patch -a /Applications/wx.app -# 执行 Patch(使用 tanranv5 仓库的 config.json,应用名改为 wx.app) -wechattweak patch -a /Applications/wx.app -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json +# 执行 Patch(使用 tanranv5 仓库的 config.json) +wechattweak patch -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json #多开 open -n /Applications/wx.app