mirror of
https://github.com/jie65535/mirai-console-jcr-plugin.git
synced 2025-06-02 17:39:15 +08:00
基于 MiraiConsole 的 cppreference 查询插件
.github | ||
.run | ||
gradle/wrapper | ||
src | ||
.editorconfig | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
mirai-console-jcr-plugin
J Cpp Reference Plugin
在QQ群内搜索 CppReference 的文档
用法
# 消息检测
c <keyword> # 搜索C文档
cpp <keyword> # 搜索CPP文档
# 控制台命令
/jcr update # 更新CPP索引
索引来源
- c 索引来自官网离线文档,手动解析生成
- cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue