mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
🎨 小修正
This commit is contained in:
parent
d44171de61
commit
1437e3b323
@ -121,9 +121,9 @@ func replyClass(ctx *zero.Ctx, class int, dhash string, comment string, isupload
|
|||||||
|
|
||||||
var img message.MessageSegment
|
var img message.MessageSegment
|
||||||
if web.IsSupportIPv6 {
|
if web.IsSupportIPv6 {
|
||||||
img = message.Image(apiheadv6 + b14 + ".webp")
|
img = message.Image(apiheadv6 + dhash + ".webp")
|
||||||
} else {
|
} else {
|
||||||
img = message.Image(apihead + b14)
|
img = message.Image(apihead + dhash)
|
||||||
}
|
}
|
||||||
|
|
||||||
if class > 5 {
|
if class > 5 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user