init: create repo

This commit is contained in:
X1a0He
2025-01-20 19:19:58 +08:00
commit 09cb182123
5 changed files with 100 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.DS_Store
*.iml
.idea
.vscode

96
README.md Normal file
View File

@@ -0,0 +1,96 @@
# X1a0He WeChat Plugin for macOS
![platform](https://img.shields.io/badge/platform-macos-blue.svg)
[![release](https://img.shields.io/badge/release-v1.0.0-brightgreen.svg)](https://github.com/X1a0He/X1a0HeWeChatPlugin/releases)
![support](https://img.shields.io/badge/support-wechat%203.8.10+-blue.svg)
macOS 微信客户端插件
![](images/WeChatMainMockUp.png)
# 插件菜单预览
![](images/Menu.png)
# ✨功能
- [x] 消息撤回拦截
- [x] 防撤回他人消息
- [x] 拦截语音消息
- [x] 拦截动画表情消息
- [x] 拦截位置消息
- [x] 拦截图片消息
- [x] 拦截文本消息
- [x] 拦截个人名片消息
- [x] 拦截视频消息
- [x] 拦截其他类型消息
- [x] 拦截小程序消息
- [x] 拦截拍一拍消息
- [x] 拦截文件消息
- [x] 拦截合并转发消息
- [x] 拦截引用消息
- [x] 拦截音乐消息
- [x] 防撤回自己消息【功能同上】
- [x] 显示红包转账详情
- [x] 显示红包详情【不支持显示金额】
- [x] 显示转账详情
- [x] 聊天中的语音消息自动转成文字【调用的微信自带功能】
- [x] 允许微信多开 ⚠️请慎用该功能
- [x] 微信 UI 设置
- [x] 毛玻璃模式
- [x] 头像圆角显示
- [x] 禁用日志上报
- [x] 禁用安全模式
- [x] 禁用检测更新
- [x] 禁用启动检查更新
# 📝更新日志
- 更多更新日志,请查看 [更新日志](change-log.md)
- 2025.01.20 19:00 更新日志
```text
```
# 使用须知
**1. 不接受任何新功能请求**\
**2. 不接受任何类似以下几点的无脑issue**\
- 怎么用?不会用?
- 会不会封号?
- 能支持 4.X 版本吗
- 可以开源吗?
> ✅ 已在以下环境中测试通过\
> 💻 设备: M1 Max macOS Sequoia 15.2\
> 📒 版本: Version. 3.8.10 (28632)
| 版本 | 版本号 | 状态 | Arm | Intel |
|:------:|:-----:|:--:|:---:|:-----:|
| 3.8.10 | 28632 | ✅ | ✅ | ✅ |
| 3.8.9 | | ✅ | ✅ | ✅ |
> ❌❌❌ 不支持测试版,也不会支持 版本 4.X
# FAQ
- **会封号吗?**
> 所有处理均为本地处理,不经过任何网络传输,有能力的可以自行抓包检测\
> ⚠️ 多开功能不建议使用,因为本来官方就不支持多开
- **为什么不开源?有安全和隐私问题吗?**
> 为什么要开源?用人不疑,疑人不用\
> 另外,我不关心你的聊天记录,也不关心你的设备有多好,更不关心你的微信有多少钱,也不关心你人在哪里\
> 所以不会有任何安全和隐私问题,你可以放心使用,不放心随便检测
# 👨🏻‍💻作者
X1a0He WeChat Plugin for macOS © X1a0He
Created on 2025.01.20
> GitHub [@X1a0He](https://github.com/X1a0He/) \
> Telegram [@X1a0He](https://t.me/X1a0He)

0
change-log.md Normal file
View File

BIN
images/Menu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

BIN
images/WeChatMainMockUp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB