Skip to content

Releases: Mirai-NET-Shelter/Mirai.Net

2.3.1

20 Sep 12:41
eaa90c6
Compare
Choose a tag to compare

2.3.0

02 Sep 14:25
Compare
Choose a tag to compare

整体重构了项目结构

  • 使用Flurl.Http代替原生的.Net HttpClient,重构了http工具类。
  • 给所有暴露的异步方法都加上了Async后缀。
  • 减少项目粒度,重构原有的Utils目录下的结构。
  • 使用单例模式来处理MiraiBot类,所以所有的xxManager也成为了静态类。
  • 修复了Bot消息发送速度问题
  • 更新mirai-api-http版本到2.2.0。

一些重要的API重命名

  • IModule -> ICommandModule