🎨 改进代码样式

This commit is contained in:
github-actions[bot] 2022-01-11 07:32:06 +00:00
parent 42f761d44d
commit 7f0f211333

View File

@ -89,7 +89,6 @@ func getReplyMode(ctx *zero.Ctx) (name string) {
if int(index) < len(modes) {
return modes[index]
}
}
return "青云客"
}