File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
33
4+ ## \[ 2.5.2\] - 2022-5-15
5+
6+ ### 修复
7+
8+ + 修复获取群文件下载信息失败
9+ + 修复通过文件id获取文件信息时失败
10+ + 修复上传群文件失败 #553
11+
12+ ### 变更
13+
14+ + 原文件** 下载信息** 直接在文件信息中返回(除下载地址),** 下载** 信息在原字段中同时保留
15+
16+
17+
418## \[ 2.5.1\] - 2022-5-15
519
620### 修复
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.5.1
8+ httpVersion =2.5.2
99
1010# kotlin
1111kotlinVersion =1.6.0
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.5.1 ") {
27+ JvmPluginDescription (id = "net.mamoe.mirai-api-http", version = "2.5.2 ") {
2828 author("ryoii")
2929 info("Mirai HTTP API Server Plugin ")
3030 }
You can’t perform that action at this time.
0 commit comments