diff --git a/README-English.md b/README-English.md index 43b9069..020b0ca 100644 --- a/README-English.md +++ b/README-English.md @@ -6,6 +6,7 @@ [![README](https://img.shields.io/badge/Telegram-WeChatTweak-brightgreen.svg)](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA) [![Backers on Open Collective](https://opencollective.com/WeChatTweak-macOS/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/WeChatTweak-macOS/sponsors/badge.svg)](#sponsors) +[![GitHub release (latest by date and asset)](https://img.shields.io/github/downloads/Sunnyyoung/WeChatTweak-macOS/latest/WeChatTweak-macOS.zip?label=Download&logo=wechat&style=social)](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip) A dynamic library tweak for WeChat macOS. @@ -25,14 +26,16 @@ A dynamic library tweak for WeChat macOS. ## Feature -- Prevent message revoked +- Anti message revoked - Message list notification - System notification - Revoke message you sent - 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` -- URL type messages enhancement +- Messages enhancement + - Support stickers exporting + - Support QRCode identifying - Support right-click copy link directly - Support opened by the system default browser directly - Auto login without authentication @@ -42,8 +45,6 @@ A dynamic library tweak for WeChat macOS. ## Usage -🚀 [Download latest release](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip) - ```bash $ sudo make install # Install or Upgrade the framework $ sudo make uninstall # Uninstall the framework diff --git a/README.md b/README.md index 1777eb3..25fca58 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![README](https://img.shields.io/badge/Telegram-WeChatTweak-brightgreen.svg)](https://t.me/joinchat/B0vW8kPU5OrwdC1qRbaqRA) [![Backers on Open Collective](https://opencollective.com/WeChatTweak-macOS/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/WeChatTweak-macOS/sponsors/badge.svg)](#sponsors) +[![GitHub release (latest by date and asset)](https://img.shields.io/github/downloads/Sunnyyoung/WeChatTweak-macOS/latest/WeChatTweak-macOS.zip?label=下载&logo=wechat&style=social)](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip) 微信 macOS 客户端增强 Tweak 动态库。 @@ -30,9 +31,11 @@ - 系统通知 - 正常撤回自己发出的消息 - 客户端无限多开 - - 右键 dock icon 登录新的微信账号 + - 右键 Dock icon 登录新的微信账号 - 命令行执行:`open -n /Applications/WeChat.app` -- 链接类型消息增强 +- 消息处理增强 + - 支持任意表情导出 + - 支持二维码识别 - 支持右键直接复制链接 - 支持由系统默认浏览器直接打开 - 重新打开应用无需手机认证 @@ -42,8 +45,6 @@ ## 使用 -🚀 [下载最新版](https://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest/download/WeChatTweak-macOS.zip) - ```bash $ sudo make install # 安装或者更新动态库 $ sudo make uninstall # 卸载动态库