mirai/mirai-core
Him188 2d9db234d7 Introduce FileCacheStrategy;
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
2020-05-05 16:09:32 +08:00
..
src Introduce FileCacheStrategy; 2020-05-05 16:09:32 +08:00
build.gradle.kts add (#291) 2020-05-01 13:04:31 +08:00
README.md Add README.md for mirai-core 2019-12-23 22:01:06 +08:00

mirai-core

Mirai 的核心部分. 含核心框架和协议.

Mirai 为多协议设计, mirai-core 只提供基础框架和抽象数据类. 具体的各协议实现为 mirai-core-PROTOCOL. 这些模块都继承自 mirai-core.

每个模块均有相较于 mirai-core 额外提供的内容的介绍.