File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+
4+ ## \[ 2.6.2\] - 2022-8-31
5+
6+ ### 修复
7+
8+ + 修复 ` webhook ` 不执行命令时控制台报错
9+ + 修复 ` Image ` 和 ` FlashImage ` 无法区分 @BlueGlassBlock
10+
11+
12+
313## \[ 2.6.1\] - 2022-8-10
414
515### 修复
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55org.gradle.parallel =true
66
77# build
8- httpVersion =2.6.1
8+ httpVersion =2.6.2
99
1010# kotlin
1111kotlinVersion =1.6.21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import java.io.File
2424 * 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
2525 */
2626object HttpApiPluginBase : KotlinPlugin(
27- JvmPluginDescription (id = "net.mamoe.mirai-api-http", version = "2.6.1 ") {
27+ JvmPluginDescription (id = "net.mamoe.mirai-api-http", version = "2.6.2 ") {
2828 author("ryoii")
2929 info("Mirai HTTP API Server Plugin ")
3030 }
You can’t perform that action at this time.
0 commit comments