File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " io.github.samarium150"
13
- version = " 6.0.6 "
13
+ version = " 6.0.7 "
14
14
15
15
repositories {
16
16
mavenCentral()
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import java.net.Proxy
35
35
object MiraiConsoleLolicon : KotlinPlugin(
36
36
JvmPluginDescription (
37
37
id = "io.github.samarium150.mirai.plugin.mirai-console-lolicon",
38
- version = "6.0.6 ",
38
+ version = "6.0.7 ",
39
39
name = "Lolicon "
40
40
) {
41
41
author("Samarium150 ")
@@ -65,6 +65,7 @@ object MiraiConsoleLolicon : KotlinPlugin(
65
65
json(Json {
66
66
prettyPrint = true
67
67
isLenient = true
68
+ ignoreUnknownKeys = true
68
69
})
69
70
}
70
71
install(HttpTimeout ) {
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ data class ImageData(
32
32
val height : Int ,
33
33
val tags : List <String >,
34
34
val ext : String ,
35
+ val aiType : Int ,
35
36
val uploadDate : Long ,
36
37
val urls : Map <String , String >
37
38
) {
You can’t perform that action at this time.
0 commit comments