mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-12 18:50:20 +08:00
- Add `Image.isGroupImage`, `Image.isFriendImage` - Simplify `FlashImage`: - Remove `GroupFlashImage`, `FriendFlashImage` - Java-friendly factory functions and Kotlin-friendly top-level constructor-like functions - Unify names of constants in `PokeMessage.Key` - Make constants in VipFace `@JvmField` - Review `Image`: - Make `AbstractImage` internal (`@MiraiInternalApi`) - Improve docs - Move top-level regexes to companion statics - Make Nudge.sendNudge static - Opt-in `net.mamoe.mirai.message.data.ExperimentalMessageKey` |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
README.md |
mirai-core
mirai 的核心公开 API.
mirai 为多协议设计, mirai-core
只提供基础框架和抽象数据类.
具体的各协议实现为 mirai-core-PROTOCOL
, 这些协议模块都继承自 mirai-core
.
可用的协议模块:
mirai-core-qqandroid
: Android QQ 8.3.0 版本协议实现.