mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
fix: imgfinder format
This commit is contained in:
parent
59e46be262
commit
d6e352b3b4
@ -130,9 +130,13 @@ func printtags(r reflect.Value) string {
|
||||
tag := tags.Index(i)
|
||||
_ = w.WriteByte('#')
|
||||
w.WriteString(tag.Field(0).String())
|
||||
if !tag.Field(1).IsZero() {
|
||||
w.WriteString(" (")
|
||||
w.WriteString(tag.Field(1).String())
|
||||
w.WriteString(")\n")
|
||||
} else {
|
||||
w.WriteByte('\n')
|
||||
}
|
||||
}
|
||||
}))
|
||||
if len(s) > 0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user