mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 16:40:43 +08:00
高效率 QQ 机器人支持库
.github/workflows | ||
backend | ||
docs | ||
frontend | ||
tools | ||
.editorconfig | ||
.gitignore | ||
.gitmodules |
Mirai Console
欢迎来到 mirai-console 开发文档!
Mirai Console 基于 Mirai,因此请先阅读 Mirai 文档。
其他链接:
后端插件开发基础
- 插件 - Plugin 模块
- 指令 - Command 模块
- 存储 - PluginData 模块
- 权限 - Permission 模块
示例插件:
- mirai-console-example-plugin (Kotlin DSL)
- mirai-console-example-plugin (Groovy DSL)
- MAPluginTemplate (Groovy DSL) Jvm和Android双平台通用模板
后端插件开发进阶
- 扩展 - Extension 模块和扩展点