From d0d4fdca3285247c98024ee97421a85a706ee96e Mon Sep 17 00:00:00 2001 From: jie65535 Date: Wed, 7 Sep 2022 09:20:43 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8069b70..3306447 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ # mirai-console-jcr-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 # 消息检测 c # 搜索C文档 cpp # 搜索CPP文档 +qt # 搜索Qt文档 # 控制台命令 /jcr update # 更新CPP索引 ``` # 索引来源 - - c 索引来自官网离线文档,手动解析生成 - - cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue \ No newline at end of file + - c 索引来自官网离线文档,手动解析生成 + - cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue + - qt 索引来自 https://github.com/therecipe/qt ,经过二次处理手动解析生成