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

Commit d0c3cd2

Browse files
authored
Update README.md
1 parent 9bc43bf commit d0c3cd2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# mirai-cpp
22

3+
![Build](https://github.com/cyanray/mirai-cpp/workflows/Build/badge.svg)
4+
35
## 0x01 项目简介
46

5-
[mirai](https://github.com/mamoe/mirai) 是全开源 QQ 机器人 / QQ 协议支持库。
7+
[mirai](https://github.com/mamoe/mirai) 是全开源 QQ 机器人 / QQ 协议支持库。(使用Kotlin编写)
8+
9+
[mirai-api-http](https://github.com/project-mirai/mirai-api-http) 提供一系列 HTTP API 以便其他语言使用 mirai。
10+
11+
本项目为 mirai-api-http 的 C++ 封装,方便使用 C++ 开发基于 mirai-api-http 的插件。
612

7-
本项目为 mirai-api-http 的 C++ 封装,方便使用 C++ 开发基于 mirai-api-http 插件。
13+
在使用 mirai-cpp 和基于 mirai-cpp 的插件之前,你需要配置好 [mirai-console](https://github.com/mamoe/mirai-console) 并且安装 [mirai-api-http](https://github.com/project-mirai/mirai-api-http) 插件。
814

915
## 0x02 项目文档
1016

0 commit comments

Comments
 (0)