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

Commit c1ab337

Browse files
authored
Merge pull request #115 from STASWIT/master
修改readme中的第三方程序仓库地址,修正文档的小问题
2 parents 28e8978 + b4c47c4 commit c1ab337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ mirai-cpp 目前还有许多不足,欢迎提出 issues 或 pull requests。
170170

171171
> 如果你愿意分享你开发的程序,欢迎提出 issues 或 pull requests 在下方分享你的程序
172172
173-
1. [MocliaMusic](https://github.com/Moclia-Developer-Team/MocliaMusic) : 基于Mirai-Api-Http和Mirai-cpp的点歌项目
173+
1. [MocliaParseBot](https://github.com/Moclia-Developer-Team/MocliaParseBot) : 基于Mirai-Api-Http和Mirai-cpp的全平台网络服务群QQ解析项目
174174

doc/Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ if(a==b) // true
490490

491491
```c++
492492
MessageChain a = MessageChain().Plain("你好!").Face(14);
493-
for(std::shared_ptr<IMessage> m : mc)
493+
for(std::shared_ptr<IMessage> m : a)
494494
{
495495
// ...
496496
}

0 commit comments

Comments
 (0)