diff --git a/docs/README.md b/docs/README.md index d1ab5e152..dc740a69f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,10 +18,11 @@ **示例插件**: - [mirai-console-example-plugin (Kotlin DSL)](https://github.com/Him188/mirai-console-example-plugin) - [mirai-console-example-plugin (Groovy DSL)](https://github.com/Karlatemp/mirai-console-example-plugin) +- [MAPluginTemplate (Groovy DSL)](https://github.com/project-mirai/MAPluginTemplate) Jvm和Android双平台通用模板 ### 后端插件开发进阶 - 扩展 - [Extension 模块和扩展点](Extensions.md) ### 实现前端 -- [FrontEnd](FrontEnd.md) \ No newline at end of file +- [FrontEnd](FrontEnd.md)