Skip to content

Commit 9702fe6

Browse files
committed
build: 1.2.8
1 parent 6df847b commit 9702fe6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
1. `AdminSetting.yml`
154154
2. `censor_types` 可选值 `IMAGE, FLASH, SERVICE, APP, AUDIO, FORWARD, VIP, MARKET, MUSIC, POKE`
155-
3. `censor_regex` 配置项废除, 改为加载 censor 文件夹中的 txt 文件
155+
3. `censor_regex` 配置项废除, 改为加载 censor 文件夹中的 txt 文件,会监听文件改动,无需重启
156156

157157
# 服务接口
158158

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.2.7"
10+
version = "1.2.8"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -51,6 +51,8 @@ dependencies {
5151
compileOnly("javax.validation:validation-api:2.0.1.Final")
5252

5353
testImplementation(kotlin("test"))
54+
testImplementation("org.slf4j:slf4j-simple:2.0.0")
55+
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-M1")
5456
}
5557

5658
kotlin {

src/main/kotlin/xyz/cssxsh/mirai/admin/MiraiAdminPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
1616
JvmPluginDescription(
1717
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
1818
name = "mirai-administrator",
19-
version = "1.2.7",
19+
version = "1.2.8",
2020
) {
2121
author("cssxsh")
2222
}

0 commit comments

Comments
 (0)