Skip to content

Commit

Permalink
build: 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 25, 2022
1 parent a407fe7 commit f4ce786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

1. `/censor` 测试是否有有违规
示例: `/censor cnm`
2. `/censor-record from [sender] [date]` 查看 sender (消息的发送者) 相关的违规记录
2. `/censor-record from [sender] [date]` 查看 sender (消息的发送者) 相关的违规记录
示例: `/censor from 123456 2022-07-24`
3. `/censor-record target [subject] [date]` 查看 subject (消息的接收者) 相关的违规记录
3. `/censor-record target [subject] [date]` 查看 subject (消息的接收者) 相关的违规记录
示例: `/censor target 789456 2022-07-24`

## 安装
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.5"
version = "1.3.6"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.*
import xyz.cssxsh.mirai.admin.*

public object MiraiContentCensorPlugin : KotlinPlugin(
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.5") {
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.6") {
name("content-censor")
author("cssxsh")

Expand Down

0 comments on commit f4ce786

Please sign in to comment.