mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-16 19:22:31 +08:00
0.9.0
This commit is contained in:
parent
5881507b68
commit
2dc3c574b4
@ -25,7 +25,7 @@
|
||||
修改全部 QQ ID, Group ID 的类型由 UInt 为 Long.
|
||||
**此为 API 不兼容更新**, 请将所有无符号标志 `u` 删除即可. 如 `123456u` 改为 `123456`
|
||||
|
||||
另还有其他 API 的包名或签名修改, 源码兼容. 请使用 IDE 自动修补 import 即可.
|
||||
另还有其他 API 的包名或签名修改. 请使用 IDE 自动修补 import 即可.
|
||||
### `0.8.2` *2019/12/15*
|
||||
- 修复 GroupId.toGroupInternalId 错误
|
||||
- 修复解析群消息时小概率出现的一个错误
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.8.2
|
||||
mirai_version=0.9.0
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
7
mirai-core-timpc/README.md
Normal file
7
mirai-core-timpc/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# mirai-core-timpc
|
||||
TIM PC 协议实现
|
||||
|
||||
## Bot
|
||||
|
||||
## Extra classes
|
||||
|
Loading…
Reference in New Issue
Block a user