🎨 小修正

This commit is contained in:
fumiama 2022-01-07 22:47:32 +08:00
parent d44171de61
commit 1437e3b323

View File

@ -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 {