From 06d0ee4653ac20b4bf97d675ce914c9509987f26 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 19 Sep 2020 14:35:32 +0800 Subject: [PATCH] Add Version guide --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 604df3936..799a6d81e 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,15 @@ console 由后端和前端一起工作. 使用时必须选择一个前端. ### 版本 [Version]: https://api.bintray.com/packages/him188moe/mirai/mirai-console/images/download.svg? +[Bintray Download]: https://bintray.com/him188moe/mirai/mirai-console/ 详见 [版本规范](docs/README.md#版本规范) -| 版本类型 | 版本号 | -|:------:|:----------:| -| 稳定 | - | -| 预览 | 1.0-M4 | -| 开发 | ![Version] | +| 版本类型 | 版本号 | +|:------:|:------------:| +| 稳定 | - | +| 预览 | 1.0-M4 | +| 开发 | [![Version]][Bintray Download] | ### 使用 @@ -54,7 +55,6 @@ console 由后端和前端一起工作. 使用时必须选择一个前端. #### Gradle `CORE_VERSION`: [ ![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg?) ](https://bintray.com/him188moe/mirai/mirai-core/) -`CONSOLE_VERSION`: [ ![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-console/images/download.svg?) ](https://bintray.com/him188moe/mirai/mirai-console/) build.gradle.kts @@ -71,5 +71,7 @@ dependencies { } ``` +**注意:`mirai-console` 1.0-RC 发布之前, 前端请使用 `mirai-console-pure` 而不是 `mirai-console-terminal`** + #### Maven 同理 Gradle