mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
2d9db234d7
Rework `ExternalImage`, introduce `ReusableInput` for multiple attempts when uploading images; Add `BotConfiguration.fileCacheStrategy`, defaults use cache system from host OS; Introduce `DeferredReusableInput` for `*.toExternalImage` on JVM. Deprecate `*.suspendToExternalImage` as no longer need to be suspend. Open input only when required, close input after uploading files, fix #302 |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
README.md |
mirai-core
Mirai 的核心部分. 含核心框架和协议.
Mirai 为多协议设计, mirai-core
只提供基础框架和抽象数据类. 具体的各协议实现为 mirai-core-PROTOCOL
.
这些模块都继承自 mirai-core
.
每个模块均有相较于 mirai-core
额外提供的内容的介绍.