From 7f16745bdf4671fbd44e7bbb39b867430cc75aa9 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 4 Sep 2020 00:02:28 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 486611a3e..84f369e09 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ console 由后端和前端一起工作. 使用时必须选择一个前端. **查看示例插件**: [mirai-console-example-plugin](https://github.com/Him188/mirai-console-example-plugin) -正在更新中的文档:[参考文档](backend/mirai-console/README.md) +正在更新中的文档:[参考文档](docs/README.md) #### Gradle `CORE_VERSION`: [ ![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg?) ](https://bintray.com/him188moe/mirai/mirai-core/) @@ -61,13 +61,4 @@ dependencies { ``` #### Maven -同理 Gradle, 添加依赖即可 - -### 插件开发与获取 - -mirai-console 原生支持 Jar 插件, 可由插件扩展支持其他语言的插件. - -**mirai-console 目前仍为实验性阶段, 任何功能和 API 都不保证稳定性. 任何 API 都可能在没有警告的情况下修改.** - -(实验性) [插件中心 ](https://github.com/mamoe/mirai-plugins) -[mirai-console插件开发快速上手 (已过期)](PluginDocs/ToStart.MD) +同理 Gradle