Skip to content

Commit

Permalink
fix: 修复图楼图片获取失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
diyigemt committed Sep 25, 2023
1 parent d0f3345 commit 4bcd1ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arona-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "net.diyigemt"
version = "1.1.4-RC"
version = "1.1.4-RC2"
val exposedVersion = "0.38.2"
val sqliteVersion = "3.36.0.3"
val quartzVersion = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion arona-core/src/main/kotlin/net/diyigemt/arona/Arona.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Arona : KotlinPlugin(
JvmPluginDescription(
id = "net.diyigemt.arona",
name = "blue-archive-arona",
version = "1.1.4-RC"
version = "1.1.4-RC2"
) {
author("diyigemt")
info("是常驻这个「シッテムの箱」的系统管理员和主操作系统, 也是今后协助老师的秘书!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ object NGAImageTranslatePusher : AronaQuartzService {
Jsoup
.connect("${ImageSrcBaseAddress}${href}")
.cookies(cookies)
).response().bodyStream()
).execute().bodyStream()
}

enum class NGASource(val url: String) {
Expand Down

0 comments on commit 4bcd1ea

Please sign in to comment.