From 1437e3b3230e7d47c3ed64d46de27f85c1da435b Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 7 Jan 2022 22:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=20=E5=B0=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_acgimage/classify.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_acgimage/classify.go b/plugin_acgimage/classify.go index f2d627a7..237f800e 100644 --- a/plugin_acgimage/classify.go +++ b/plugin_acgimage/classify.go @@ -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 {