mirror of
https://github.com/jie65535/mirai-console-jcr-plugin.git
synced 2025-10-20 17:19:49 +08:00
Update README.md
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
# mirai-console-jcr-plugin
|
# mirai-console-jcr-plugin
|
||||||
## J Cpp Reference Plugin
|
## J Cpp Reference Plugin
|
||||||
|
|
||||||
在QQ群内搜索 [CppReference](https://en.cppreference.com/w/) 的文档
|
在QQ群内搜索 [CppReference](https://en.cppreference.com/w/) 和 [Qt](https://doc.qt.io/) 的文档
|
||||||
|
|
||||||
# 用法
|
# 用法
|
||||||
```shell
|
```shell
|
||||||
# 消息检测
|
# 消息检测
|
||||||
c <keyword> # 搜索C文档
|
c <keyword> # 搜索C文档
|
||||||
cpp <keyword> # 搜索CPP文档
|
cpp <keyword> # 搜索CPP文档
|
||||||
|
qt <keyword> # 搜索Qt文档
|
||||||
|
|
||||||
# 控制台命令
|
# 控制台命令
|
||||||
/jcr update # 更新CPP索引
|
/jcr update # 更新CPP索引
|
||||||
@@ -16,3 +17,4 @@ cpp <keyword> # 搜索CPP文档
|
|||||||
# 索引来源
|
# 索引来源
|
||||||
- c 索引来自官网离线文档,手动解析生成
|
- c 索引来自官网离线文档,手动解析生成
|
||||||
- cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue
|
- cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue
|
||||||
|
- qt 索引来自 https://github.com/therecipe/qt ,经过二次处理手动解析生成
|
||||||
|
Reference in New Issue
Block a user