Skip to content

Commit

Permalink
🎨 小修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jan 7, 2022
1 parent d44171d commit 1437e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_acgimage/classify.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ func replyClass(ctx *zero.Ctx, class int, dhash string, comment string, isupload

var img message.MessageSegment
if web.IsSupportIPv6 {
img = message.Image(apiheadv6 + b14 + ".webp")
img = message.Image(apiheadv6 + dhash + ".webp")
} else {
img = message.Image(apihead + b14)
img = message.Image(apihead + dhash)
}

if class > 5 {
Expand Down

0 comments on commit 1437e3b

Please sign in to comment.