File tree 3 files changed +6
-5
lines changed
src/main/kotlin/xyz/cssxsh/mirai/admin
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ plugins {
7
7
}
8
8
9
9
group = " xyz.cssxsh.mirai"
10
- version = " 1.2.4 "
10
+ version = " 1.2.5 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
14
14
singleDevGithubProject(" cssxsh" , " mirai-administrator" )
15
15
licenseFromGitHubProject(" AGPL-3.0" , " master" )
16
16
publication {
17
17
artifact(tasks.getByName(" buildPlugin" ))
18
- artifact(tasks.getByName(" buildPluginLegacy" ))
19
18
}
20
19
}
21
20
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
13
13
JvmPluginDescription (
14
14
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
15
15
name = "mirai-administrator",
16
- version = "1.2.4 ",
16
+ version = "1.2.5 ",
17
17
) {
18
18
author("cssxsh")
19
19
}
@@ -69,5 +69,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
69
69
70
70
MiraiAdministrator .cancelAll()
71
71
MiraiMessageRecorder .cancelAll()
72
+
73
+ AdminCommentConfig .save()
72
74
}
73
75
}
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ public object AdminCommentConfig : ReadOnlyPluginConfig("AdminCommentConfig") {
35
35
public val at: Boolean by value(true )
36
36
37
37
@ValueName(" quote" )
38
- @ValueDescription(" 群聊 at 触发留言" )
39
- public val quote: Boolean by value(false )
38
+ @ValueDescription(" 群聊 quote 触发留言" )
39
+ public val quote: Boolean by value(true )
40
40
}
You can’t perform that action at this time.
0 commit comments