From bba5b0056e229a4c2cdeeeb3eca2ca7674cf0d14 Mon Sep 17 00:00:00 2001 From: fjh1997 <549308442@qq.com> Date: Sun, 14 Jun 2020 20:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=20(#368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * Update guide_quick_start.md --- README.md | 1 + docs/guide_quick_start.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 113e98bf7..c4342a31c 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ mirai 既可以作为项目中的 QQ 协议支持库, 也可以作为单独的 ## 开始 ### 文档 +- **快速上手**:[quickstart](docs/guide_quick_start.md) - **开发文档**:[docs/mirai.md](docs/mirai.md) - **常见问题**: [docs/FAQ.md](docs/FAQ.md) - **更新日志**: [CHANGELOG](https://github.com/mamoe/mirai/blob/master/CHANGELOG.md) 或 [release](https://github.com/mamoe/mirai/releases) diff --git a/docs/guide_quick_start.md b/docs/guide_quick_start.md index 66a23a0cc..ee1f9bfa7 100644 --- a/docs/guide_quick_start.md +++ b/docs/guide_quick_start.md @@ -21,7 +21,10 @@ [![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/) ### 添加依赖 - +#### 直接导入jar包 +您可以从以下repo下载已经编译好的jar包: +- [mirai-core](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core) +- [mirai-qqandriod](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core-qqandroid) #### Maven Kotlin 在 Maven 上只支持 JVM 平台.