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

|
||||

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