mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-08 00:26:06 +08:00
Update README.md
This commit is contained in:
parent
15a7937279
commit
ea065ec783
|
@ -6,6 +6,7 @@
|
||||||
[](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA)
|
[](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA)
|
||||||
[](#backers)
|
[](#backers)
|
||||||
[](#sponsors)
|
[](#sponsors)
|
||||||
|
[](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip)
|
||||||
|
|
||||||
A dynamic library tweak for WeChat macOS.
|
A dynamic library tweak for WeChat macOS.
|
||||||
|
|
||||||
|
@ -25,14 +26,16 @@ A dynamic library tweak for WeChat macOS.
|
||||||
|
|
||||||
## Feature
|
## Feature
|
||||||
|
|
||||||
- Prevent message revoked
|
- Anti message revoked
|
||||||
- Message list notification
|
- Message list notification
|
||||||
- System notification
|
- System notification
|
||||||
- Revoke message you sent
|
- Revoke message you sent
|
||||||
- Multiple WeChat Instance
|
- Multiple WeChat Instance
|
||||||
- Right click on the dock icon to login another WeChat account
|
- Launch from Dock menu
|
||||||
- Run command: `open -n /Applications/WeChat.app`
|
- Run command: `open -n /Applications/WeChat.app`
|
||||||
- URL type messages enhancement
|
- Messages enhancement
|
||||||
|
- Support stickers exporting
|
||||||
|
- Support QRCode identifying
|
||||||
- Support right-click copy link directly
|
- Support right-click copy link directly
|
||||||
- Support opened by the system default browser directly
|
- Support opened by the system default browser directly
|
||||||
- Auto login without authentication
|
- Auto login without authentication
|
||||||
|
@ -42,8 +45,6 @@ A dynamic library tweak for WeChat macOS.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
🚀 [Download latest release](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo make install # Install or Upgrade the framework
|
$ sudo make install # Install or Upgrade the framework
|
||||||
$ sudo make uninstall # Uninstall the framework
|
$ sudo make uninstall # Uninstall the framework
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
[](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA)
|
[](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA)
|
||||||
[](#backers)
|
[](#backers)
|
||||||
[](#sponsors)
|
[](#sponsors)
|
||||||
|
[](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip)
|
||||||
|
|
||||||
微信 macOS 客户端增强 Tweak 动态库。
|
微信 macOS 客户端增强 Tweak 动态库。
|
||||||
|
|
||||||
|
@ -30,9 +31,11 @@
|
||||||
- 系统通知
|
- 系统通知
|
||||||
- 正常撤回自己发出的消息
|
- 正常撤回自己发出的消息
|
||||||
- 客户端无限多开
|
- 客户端无限多开
|
||||||
- 右键 dock icon 登录新的微信账号
|
- 右键 Dock icon 登录新的微信账号
|
||||||
- 命令行执行:`open -n /Applications/WeChat.app`
|
- 命令行执行:`open -n /Applications/WeChat.app`
|
||||||
- 链接类型消息增强
|
- 消息处理增强
|
||||||
|
- 支持任意表情导出
|
||||||
|
- 支持二维码识别
|
||||||
- 支持右键直接复制链接
|
- 支持右键直接复制链接
|
||||||
- 支持由系统默认浏览器直接打开
|
- 支持由系统默认浏览器直接打开
|
||||||
- 重新打开应用无需手机认证
|
- 重新打开应用无需手机认证
|
||||||
|
@ -42,8 +45,6 @@
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
🚀 [下载最新版](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo make install # 安装或者更新动态库
|
$ sudo make install # 安装或者更新动态库
|
||||||
$ sudo make uninstall # 卸载动态库
|
$ sudo make uninstall # 卸载动态库
|
||||||
|
|
Loading…
Reference in New Issue
Block a user