mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-25 11:10:05 +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.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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user