WeChatTweak-macOS icon indicating copy to clipboard operation
WeChatTweak-macOS copied to clipboard

A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨

Results 169 WeChatTweak-macOS issues
Sort by recently updated
recently updated
newest added

新版取消了:recover设置默认浏览器的功能,建议在tweak里面加上。

https://github.com/sunnyyoung/WeChatTweak-CLI/issues/62

升级14.5系统之后微信崩溃,卸载重装可修复,但是安装tweak就崩溃

xuebao@xuebaodeMBP ~ % sudo wechattweak-cli install Password: ------ Download ------ ------ Unzip ------ Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip /tmp/WeChatTweak.zip -d /Applications/WeChat.app/Contents/MacOS Install failed: Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip...

如题,按所有流程走的,登录了第一个账号后,打开新窗口,“微信访问其他数据”请求窗口反复弹出。 环境:微信最新版,air M2 芯片,14.4 系统 ![Uploading Jietu20240507-102932.jpg…]()

在App Store中安装xcode,安装完成后打开xcode,同意协议后即可关闭 拉取WeChatTweak-CLI `git clone https://github.com/sunnyyoung/WeChatTweak-CLI.git` 修改`/WeChatTweak-CLI/Sources/WeChatTweak-CLI/main.swift`中第12行代码为 ```static let url = URL(string: "https://github.com/sunnyyoung/WeChatTweak-macOS/releases/download/1.4.1/WeChatTweak.framework.zip")!``` 返回项目根目录(即是Sources文件夹的上层目录)执行 `swift build -c release --arch arm64 --arch x86_64` `cd .build/apple/Products/Release/` `chmod +X wechattweak-cli` `sudo ./wechattweak-cli install`

替换 ~~**/Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework**~~ 即可!

1、安装插件后,每次打开微信提示“获取文稿权限”, 1.1 不允许时:扫码登录,无历史记录,和一个新微信一样 1.2 允许时:可正常登陆,历史记录正常 1.3 登陆时长不固定:大于1分钟 2、微信登陆成功后,特别卡顿: 2.1 切换聊天窗口:延迟10s左右,还有完全卡死的现象 2.2 进入聊天窗口时,滚动查看消息,卡顿,基本无法正常浏览 2.3 打开图片、视频时:卡顿,延迟30s左右,打开后还会卡顿10s左右才会显示高清 微信版本:3.8.7 系统版本:14.5 (23F79) 处理器:四核Intel Core i7 内存:16G

hs@bogon zhaopin % brew install sunnyyoung/repo/wechattweak-cli Error: Can't create update lock in /usr/local/var/homebrew/locks! Fix permissions by running: sudo chown -R $(whoami) /usr/local/var/homebrew ==> Tapping sunnyyoung/repo Cloning into '/usr/local/Homebrew/Library/Taps/sunnyyoung/homebrew-repo'... remote: Enumerating...