Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 0dbda10

Browse files
committed
更新 README.md
1 parent 20e97b1 commit 0dbda10

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# 项目简介
1+
# mirai-cpp
2+
3+
## 项目简介
4+
25
[mirai](https://github.com/mamoe/mirai) 是全开源 QQ 机器人 / QQ 协议支持库。
36

47
本项目为 mirai-http-api 的 C++ 封装,方便使用 C++ 开发 mirai-http-api 插件
5-
# 项目依赖
6-
1. **libcurl** 实现模拟表单提交。
78

8-
2. **RapidJSON** 解析 JSON 数据。
9+
## 项目依赖
10+
11+
1. **libcurl** HTTP 协议。
12+
13+
2. [**nlohmann/json**](https://github.com/nlohmann/json) 解析 JSON 数据。
914

1015
3. [**CURLWrapper**](https://github.com/cyanray/CURLWrapper)**libcurl** 的封装。
1116

12-
# 其他
13-
未完待续……
17+
## 其他
18+
19+
未完待续……

0 commit comments

Comments
 (0)