mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-04-20 05:15:09 +08:00
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨
alfredalfred-workflowlaunchbar-actionmacosno-revokenorevokerevoketweakwechatwechat-launchbarwechat-macoswechat-pluginwechat-plugin-macoswechat-tweakwechathookwechattweakwechattweak-macosweixinweixin-pluginweixin-tweak
Added a section explaining device architecture support and usage instructions for patching WeChat. |
||
|---|---|---|
| Sources/WeChatTweak | ||
| _config.yml | ||
| .gitignore | ||
| CNAME | ||
| config.json | ||
| LICENSE | ||
| Makefile | ||
| Package.resolved | ||
| Package.swift | ||
| README.md | ||
WeChatTweak
A command-line tool for tweaking WeChat.
功能
- 阻止消息撤回
- 阻止自动更新
- 客户端多开
说明
- 由于设备限制,本项目当前仅支持 x64 架构的微信最新版。
安装&使用
# 安装
brew install sunnyyoung/tap/wechattweak
# 更新
brew upgrade wechattweak
# 执行 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
参考
贡献者
This project exists thanks to all the people who contribute.
License
The AGPL-3.0.