From 8d39636199b45d809fe7b36f5d8295e0b11a9542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Mon, 22 Aug 2022 17:22:01 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8924643..9837b0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # mirai-console-jcr-plugin ## J Cpp Reference Plugin -https://en.cppreference.com/w/ +在QQ群内搜索 [CppReference](https://en.cppreference.com/w/) 的文档 + +# 用法 +```shell +# 消息检测 +c # 搜索C文档 +cpp # 搜索CPP文档 + +# 控制台命令 +/jcr update # 更新CPP索引 +``` + +# 索引来源 +c 索引来自官网离线文档,手动解析生成 +cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue \ No newline at end of file