mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-31 03:22:36 +08:00
46598d686c
Use interface for JavaFriendly APIs; Deprecate event responder in Bot in the favor of their member functions; Deprecate `Bot.queryUrl(image: Image)`` in the favor of the extension `Image.queryUrl` |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
README.md |
mirai-core
Mirai 的核心部分. 含核心框架和协议.
Mirai 为多协议设计, mirai-core
只提供基础框架和抽象数据类. 具体的各协议实现为 mirai-core-PROTOCOL
.
这些模块都继承自 mirai-core
.
每个模块均有相较于 mirai-core
额外提供的内容的介绍.