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

Commit 17f3e44

Browse files
authored
Merge pull request #45 from cyanray/dev/cyanray
更新: README.md
2 parents 6033b09 + 0670175 commit 17f3e44

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

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

3-
## 项目简介
3+
## 0x01 项目简介
44

55
[mirai](https://github.com/mamoe/mirai) 是全开源 QQ 机器人 / QQ 协议支持库。
66

77
本项目为 mirai-api-http 的 C++ 封装,方便使用 C++ 开发基于 mirai-api-http 插件。
88

9-
## 项目文档
9+
## 0x02 项目文档
1010

1111
> 推荐浏览顺序:使用说明 --> examples --> mirai_bot.hpp 的注释
1212
@@ -38,7 +38,7 @@
3838
| GroupMemberInfo.cpp | 获取/设置群成员的群名片与群头衔 |
3939
| Command.cpp | 指令系统相关的操作 |
4040

41-
## 如何使用
41+
## 0x03 如何使用
4242

4343
### 1. 快速尝试 (运行 examples、参与开发)
4444

@@ -54,6 +54,8 @@
5454

5555
![使用 VS 直接打开 mirai-cpp 文件夹](./doc/pic/vs_1.png)
5656

57+
![勾上 MIRAI_CPP_BUILD_EXAMPLES](./doc/pic/vs_4.png)
58+
5759
![开始运行 examples](./doc/pic/vs_2.png)
5860

5961
</details>
@@ -109,7 +111,7 @@
109111
然后就可以使用 `./vcpkg install mirai-cpp:x86-windows mirai-cpp:x64-windows` 安装 mirai-cpp。
110112

111113

112-
## 项目依赖
114+
## 0x04 项目依赖
113115

114116
> 本项目所有依赖都为 Header-Only 库,已经内置到本项目的 mirai-third-party 文件夹中。
115117
@@ -121,11 +123,13 @@
121123

122124
4. [**dhbaird/EasyWSClient**](https://github.com/dhbaird/easywsclient) A short and sweet WebSocket client for C++.
123125

124-
## 参与开发
126+
## 0x05 参与开发
125127

126128
mirai-cpp 目前还有许多不足,欢迎提出 issues 或 pull requests。
127129

128-
<!-- ## 以下项目正在使用 mirai-cpp
130+
## 0x06 以下项目正在使用 mirai-cpp
131+
132+
> 如果你愿意分享你开发的程序,欢迎提出 issues 或 pull requests 在下方分享你的程序
133+
134+
1. [MocliaMusic](https://github.com/Moclia-Developer-Team/MocliaMusic) : 基于Mirai-Api-Http和Mirai-cpp的点歌项目
129135

130-
> 如果你愿意分享你开发的程序,可以通过提出 issues 或 pull requests 的方式列于下方
131-
-->

doc/pic/vs_4.png

134 KB
Loading

0 commit comments

Comments
 (0)