fix: imgfinder format

This commit is contained in:
源文雨 2022-06-10 23:24:14 +08:00
parent 746c048550
commit 59e46be262

View File

@ -90,11 +90,10 @@ func init() {
il.Width, "x", il.Height, "\n",
"标题: ", il.Title, "\n",
"副标题: ", il.AltTitle, "\n",
"ID: ", il.ID,
"简介: ", il.Description, "\n",
"画师: ", illust.UserName, "\n",
"画师ID: ", illust.UserId, "\n",
"ID: ", il.ID, "\n",
"画师: ", illust.UserName, "(", illust.UserId, ")", "\n",
"分级:", il.Sanity, "\n",
strings.ReplaceAll(il.Description, "<br />", "\n"),
printtags(reflect.ValueOf(&il.Tags)),
),
), ctxext.GetFirstMessageInForward(ctx))