mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-07 07:56:06 +08:00
Update README
This commit is contained in:
parent
0ec8de7b53
commit
e1cb4bf7d2
|
@ -1,16 +1,20 @@
|
|||
# WeChatTweak-macOS
|
||||
|
||||
[](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README.md) [](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README-Chinese.md)
|
||||
[](LICENSE)
|
||||
[](README.md)
|
||||
[](README-Chinese.md)
|
||||
|
||||
微信macOS客户端消息撤回拦截动态库。
|
||||
微信 macOS 客户端 Tweak 动态库。
|
||||
|
||||
## 截图
|
||||
|
||||

|
||||

|
||||
|
||||
## 功能
|
||||
|
||||
- 阻止消息撤回
|
||||
- 客户端无限多开
|
||||
- 命令行执行:`open -n /Applications/WeChat.app`
|
||||
|
||||
## 使用
|
||||
|
||||
|
@ -21,10 +25,10 @@
|
|||
|
||||
**Requirement: Command Line Tools**
|
||||
|
||||
运行命令:`xcode-select --install` 安装Command Line Tools。
|
||||
运行命令:`xcode-select --install` 安装 Command Line Tools。
|
||||
|
||||
- `make build` 编译dylib动态库到当前目录下
|
||||
- `make debug` 编译dylib动态库并临时注入微信macOS客户端
|
||||
- `make build` 编译 dylib 动态库到当前目录下
|
||||
- `make debug` 编译 dylib 动态库并临时注入微信macOS客户端
|
||||
- `make clean` 清除生成文件
|
||||
|
||||
## 依赖
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
# WeChatTweak-macOS
|
||||
|
||||
[](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README.md) [](https://github.com/Sunnyyoung/WeChatTweak-macOS/blob/master/README-Chinese.md)
|
||||
[](LICENSE)
|
||||
[](README.md)
|
||||
[](README-Chinese.md)
|
||||
|
||||
A dynamic library tweak for WeChat macOS.
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||

|
||||
|
||||
## Feature
|
||||
|
||||
- Prevent message revoked
|
||||
- Multiple WeChat Instance
|
||||
- Run command: `open -n /Applications/WeChat.app`
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user