Update
This commit is contained in:
parent
fd5cbd8fa9
commit
16d297c28e
13
README.MD
13
README.MD
@ -40,10 +40,13 @@
|
|||||||

|

|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
下载 [最新发布的版本](https://github.com/lich0821/WeChatFerry/releases/latest)。根据技术栈,选择客户端。
|
下载 [最新发布的版本](https://github.com/lich0821/WeChatFerry/releases/latest)。根据技术栈,选择客户端,将相应 `dll` 和 `exe` 文件放到对应位置。
|
||||||
|
|
||||||
|
### Go
|
||||||
|
参考 [Go README.MD](go/README.MD)
|
||||||
|
|
||||||
### Java
|
### Java
|
||||||
参考 [README.MD](java/README.MD)
|
参考 [Java README.MD](java/README.MD)
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
[](https://pypi.python.org/pypi/wcferry) [](https://pypi.python.org/pypi/wcferry) [](https://wechatferry.readthedocs.io/zh/latest/?badge=latest)
|
[](https://pypi.python.org/pypi/wcferry) [](https://pypi.python.org/pypi/wcferry) [](https://wechatferry.readthedocs.io/zh/latest/?badge=latest)
|
||||||
@ -56,7 +59,7 @@ pip install --upgrade wcferry
|
|||||||
* 参考框架:[🤖WeChatRobot](https://github.com/lich0821/WeChatRobot)
|
* 参考框架:[🤖WeChatRobot](https://github.com/lich0821/WeChatRobot)
|
||||||
|
|
||||||
### Rust
|
### Rust
|
||||||
参考 [README.MD](rust/README.MD)
|
参考 [Rust README.MD](rust/README.MD)
|
||||||
|
|
||||||
## 一起开发
|
## 一起开发
|
||||||
### 安装开发环境
|
### 安装开发环境
|
||||||
@ -90,6 +93,8 @@ vcpkg integrate install
|
|||||||
## 项目结构
|
## 项目结构
|
||||||
```sh
|
```sh
|
||||||
WeChatFerry
|
WeChatFerry
|
||||||
|
├── docs # 文档
|
||||||
|
├── go # Go 客户端
|
||||||
├── java # Java 客户端
|
├── java # Java 客户端
|
||||||
├── launcher # 图形版启动器
|
├── launcher # 图形版启动器
|
||||||
├── python # Python 客户端
|
├── python # Python 客户端
|
||||||
@ -105,7 +110,7 @@ WeChatFerry
|
|||||||
└── WeChatFerry.sln # VS2019 工程文件
|
└── WeChatFerry.sln # VS2019 工程文件
|
||||||
```
|
```
|
||||||
|
|
||||||
### python
|
### java
|
||||||
Java 客户端。
|
Java 客户端。
|
||||||
|
|
||||||
### launcher
|
### launcher
|
||||||
|
Loading…
Reference in New Issue
Block a user