Update README
This commit is contained in:
parent
736f6830b9
commit
febd5195e6
41
README.MD
41
README.MD
@ -37,9 +37,9 @@
|
|||||||
* Rust
|
* Rust
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|:-:|:-:|
|
|:-:|:-:|
|
||||||
|后台回复 `WeChatFerry` 加群交流|如果你觉得有用|
|
|后台回复 `WeChatFerry` 加群交流|如果你觉得有用|
|
||||||
|
|
||||||
@ -123,22 +123,27 @@ vcpkg integrate install
|
|||||||
## 项目结构
|
## 项目结构
|
||||||
```sh
|
```sh
|
||||||
WeChatFerry
|
WeChatFerry
|
||||||
├── docs # 文档
|
├── LICENSE # LICENSE
|
||||||
├── go # Go 客户端
|
├── README.MD # 说明
|
||||||
├── http # HTTP 客户端
|
├── WeChatFerry
|
||||||
├── java # Java 客户端
|
│ ├── WeChatFerry.sln # VS2019 工程文件
|
||||||
├── launcher # 图形版启动器
|
│ ├── launcher # 图形版启动器
|
||||||
├── python # Python 客户端
|
│ ├── rpc # RPC 模块
|
||||||
├── rpc # RPC 模块
|
│ ├── sdk # 注入及启动模块
|
||||||
├── rust # Rust 客户端
|
│ ├── spy # 核心功能实现模块
|
||||||
├── sdk # 注入及启动模块
|
│ └── wcf # 命令行版启动器
|
||||||
├── spy # 核心功能实现模块
|
├── assets
|
||||||
├── wcf # 命令行版启动器
|
│ ├── QR.jpeg # 二维码,测试用图
|
||||||
├── demo.gif # 示例图
|
│ ├── TEQuant.jpg # 二维码,测试用图
|
||||||
├── LICENSE # LICENSE
|
│ └── demo.gif # 示例动图
|
||||||
├── README.MD # 说明
|
├── clients
|
||||||
├── TEQuant.jpeg # 二维码,测试用图
|
│ ├── go # Go 客户端
|
||||||
└── WeChatFerry.sln # VS2019 工程文件
|
│ ├── http # HTTP 客户端
|
||||||
|
│ ├── java # Java 客户端
|
||||||
|
│ ├── python # Python 客户端
|
||||||
|
│ └── rust # Rust 客户端
|
||||||
|
└── docs # 文档
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<details><summary>点击查看</summary>
|
<details><summary>点击查看</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user