This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
3838| GroupMemberInfo.cpp | 获取/设置群成员的群名片与群头衔 |
3939| Command.cpp | 指令系统相关的操作 |
4040
41- ## 如何使用
41+ ## 0x03 如何使用
4242
4343### 1. 快速尝试 (运行 examples、参与开发)
4444
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 >
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
121123
1221244 . [ ** dhbaird/EasyWSClient** ] ( https://github.com/dhbaird/easywsclient ) A short and sweet WebSocket client for C++.
123125
124- ## 参与开发
126+ ## 0x05 参与开发
125127
126128mirai-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- -->
You can’t perform that action at this time.
0 commit comments