mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
✏️ 美化格式
This commit is contained in:
parent
8d4d6c7e5e
commit
f9a914926e
@ -182,9 +182,9 @@ func init() {
|
|||||||
i++
|
i++
|
||||||
msg += "\n" + strconv.Itoa(i) + `: `
|
msg += "\n" + strconv.Itoa(i) + `: `
|
||||||
if manager.isEnabledIn(ctx.Event.GroupID) {
|
if manager.isEnabledIn(ctx.Event.GroupID) {
|
||||||
msg += " ●" + key
|
msg += "●" + key
|
||||||
} else {
|
} else {
|
||||||
msg += " ○" + key
|
msg += "○" + key
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user