Commit bbd2f269 authored by Him188's avatar Him188

Update README

parent 714137f6
...@@ -43,7 +43,7 @@ Mirai既可以作为你项目中的QQ协议支持Lib, 也可以作为单独的Ap ...@@ -43,7 +43,7 @@ Mirai既可以作为你项目中的QQ协议支持Lib, 也可以作为单独的Ap
- 已支持大部分使用场景, 详情请在[Project](https://github.com/mamoe/mirai/projects/3)查看 - 已支持大部分使用场景, 详情请在[Project](https://github.com/mamoe/mirai/projects/3)查看
### mirai-core-timpc ### mirai-core-timpc
TIM PC (2.3.2 版本,2019 年 8 月)协议的实现,相较于 core,仅新增少量 API. 详见 [README.md](mirai-core-timpc/) TIM PC (2.3.2 版本,2019 年 8 月)协议的实现
支持的功能: 支持的功能:
- 消息收发:图片文字复合消息,图片消息 - 消息收发:图片文字复合消息,图片消息
- 群管功能:群员列表,禁言 - 群管功能:群员列表,禁言
...@@ -75,7 +75,7 @@ Kotlin 在 Maven 上只支持 JVM 平台. ...@@ -75,7 +75,7 @@ Kotlin 在 Maven 上只支持 JVM 平台.
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.mamoe</groupId> <groupId>net.mamoe</groupId>
<artifactId>mirai-core-qqandroid</artifactId> <artifactId>mirai-core-qqandroid-jvm</artifactId>
<version>0.15.1</version> <!-- 替换版本为最新版本 --> <version>0.15.1</version> <!-- 替换版本为最新版本 -->
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -98,7 +98,7 @@ Mirai 核心由 API 模块(`mirai-core`)和协议模块组成。 ...@@ -98,7 +98,7 @@ Mirai 核心由 API 模块(`mirai-core`)和协议模块组成。
**jvm** (JVM 平台) **jvm** (JVM 平台)
```kotlin ```kotlin
implementation("net.mamoe:mirai-core-qqandroid:VERSION") implementation("net.mamoe:mirai-core-qqandroid-jvm:VERSION")
``` ```
**common** (通用平台) **common** (通用平台)
```kotlin ```kotlin
......
...@@ -32,7 +32,7 @@ Mirai Java Apt ...@@ -32,7 +32,7 @@ Mirai Java Apt
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.mamoe</groupId> <groupId>net.mamoe</groupId>
<artifactId>mirai-core-qqandroid</artifactId> <artifactId>mirai-core-qqandroid-jvm</artifactId>
<version>CORE_VERSION</version> <!-- 替换版本为最新版本 --> <version>CORE_VERSION</version> <!-- 替换版本为最新版本 -->
</dependency> </dependency>
...@@ -51,7 +51,7 @@ repositories { ...@@ -51,7 +51,7 @@ repositories {
} }
dependencies { dependencies {
implementation("net.mamoe:mirai-core-qqandroid:CORE_VERSION") implementation("net.mamoe:mirai-core-qqandroid-jvm:CORE_VERSION")
implementation("net.mamoe:mirai-japt:JAPT_VERSION") implementation("net.mamoe:mirai-japt:JAPT_VERSION")
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment