Update README.md

This commit is contained in:
Him188 2019-11-07 12:58:24 +08:00 committed by GitHub
parent 00959ab291
commit 4a1b1173e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,8 +111,8 @@ Mirai 的模块组成
Mirai 的核心部分.
- 独立的跨平台设计, 可以被以库的形式内置在任意项目内.
- 现有 JVM 支持
- 未来计划 Android, Native 支持
- 现有 JVM 与 AndroidLib 支持
- 未来计划 Native 支持
#### mirai-console
- 仅 JVM 平台
@ -302,4 +302,4 @@ subscribeGroupMessages { }
例:
```kotlin
bot.subscribeMessages { }
```
```