mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-07 13:55:00 +08:00
fix: imgfinder format
This commit is contained in:
parent
746c048550
commit
59e46be262
@ -90,11 +90,10 @@ func init() {
|
|||||||
il.Width, "x", il.Height, "\n",
|
il.Width, "x", il.Height, "\n",
|
||||||
"标题: ", il.Title, "\n",
|
"标题: ", il.Title, "\n",
|
||||||
"副标题: ", il.AltTitle, "\n",
|
"副标题: ", il.AltTitle, "\n",
|
||||||
"ID: ", il.ID,
|
"ID: ", il.ID, "\n",
|
||||||
"简介: ", il.Description, "\n",
|
"画师: ", illust.UserName, "(", illust.UserId, ")", "\n",
|
||||||
"画师: ", illust.UserName, "\n",
|
|
||||||
"画师ID: ", illust.UserId, "\n",
|
|
||||||
"分级:", il.Sanity, "\n",
|
"分级:", il.Sanity, "\n",
|
||||||
|
strings.ReplaceAll(il.Description, "<br />", "\n"),
|
||||||
printtags(reflect.ValueOf(&il.Tags)),
|
printtags(reflect.ValueOf(&il.Tags)),
|
||||||
),
|
),
|
||||||
), ctxext.GetFirstMessageInForward(ctx))
|
), ctxext.GetFirstMessageInForward(ctx))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user