Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzy committed May 30, 2024
1 parent dd2ef46 commit ba5ca6a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ PC 微信助手,基于 Electron、WeChat Hook 实现。

## 二、使用说明

[已支持版本介绍](docs/guide.md#一-已支持版本)

[安装及使用说明](docs/getting-started.md)

[聊天记录迁移说明](docs/chat-history-migration.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
{ text: 'WeChatMsg', link: 'https://github.com/LC044/WeChatMsg' },
{
text: 'WeChatAPI',
link: 'https://www.wechatsdk.com/zh'
link: 'https://github.com/WeChatAPIs/wechatAPI'
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ outline: deep
## 一、联系人管理

* 拍一拍
* 发送 “文本、图片、文件、公众号” 消息
* 发送 “文本、图片、文件、公众号” 消息
* 支持群发消息
* 查看联系人列表、导出联系人列表
* 查看联系人列表、导出联系人列表

<img src="./assets/1_mosaic.png" />

Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

介绍如何快速安装并运行微信助手。

> 注意:本篇文章仅适用于 wxhelper 开源版本。
## 1. Hook 注入

需要特定的微信版本和 dll 才能使 windows hook 工作。
Expand Down
29 changes: 21 additions & 8 deletions docs/guide.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
---
outline: deep
---

# 微信助手

PC 微信助手,基于 Electron、WeChat Hook 实现。

* 仅支持 Windows 系统。
* 本仓库发布内容仅供学习研究,请勿用于非法或商业用途! 如因此引起任何法律纠纷,与作者无关! 没有后门或木马,也不会获取或存储任何信息。 请按照国家法律法规及腾讯的相关原则学习研究! 我们不对用户的任何下载或任何行为负责。 请下载后24小时内删除!

## 1. 已支持版本
## . 已支持版本

* wxhelper-3.9.5.81 版本
### [wxhelper-3.9.5.81](https://github.com/ttttupup/wxhelper)

> 3.9.5.81 存在 “微信提示版本低,需升级微信问题” 问题,[issue](https://github.com/yzqzy/wechat-assistant/issues/22)
* 基于微信 Windows 协议开发,功能相对较少。
* 免费开源 hook,无使用时长限制。
* 长期使用存在封号风险(目前未发现)。
* 3.9.5.81 存在 “微信提示版本低,需升级微信问题” 问题,[issue](https://github.com/yzqzy/wechat-assistant/issues/22)

* wxhelper-3.9.8.25 版本
### [wxhelper-3.9.8.25](https://github.com/ttttupup/wxhelper)

> 不支持群聊管理、工具集模块。
* 基于微信 Windows 协议开发,功能相对较少。
* 免费开源 hook,无使用时长限制。
* 长期使用存在封号风险(目前未发现)。
* 不支持群聊管理、工具集模块(开源 hook 限制,无法支持该功能)。

* wechatsdk-3.9.10.19 版本
### [wechatsdk-3.9.10.19](https://github.com/WeChatAPIs/wechatAPI)

> 不支持群聊管理、工具集模块。
* 基于微信 Windows 协议和微信安卓协议开发,功能强大。
* 付费 hook,长期使用需购买,支持全功能免费试用(个人试用7天)。
* 长期使用稳定性较高,针对官方风控策略及时进行优化。
* 未支持群聊管理、工具集模块(可以支持,客户端功能未开发)。

## 2. telegram 交流群
## . telegram 交流群

[telegram](https://t.me/wxassistant)

0 comments on commit ba5ca6a

Please sign in to comment.