升级 mirai-console 依赖到 2.16.0;使用 Mirai kdoc 推荐的图片上传方式,修复图片宽高异常的问题。

This commit is contained in:
枫灵剑影
2024-02-12 01:48:07 +08:00
committed by jie65535
parent 21e2cc9166
commit a201911817
2 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.14.0"
id("net.mamoe.mirai-console") version "2.16.0"
}
group = "top.jie65535"