diff --git a/plugin/image_finder/keyword.go b/plugin/image_finder/keyword.go index addd3a91..df88ed85 100644 --- a/plugin/image_finder/keyword.go +++ b/plugin/image_finder/keyword.go @@ -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, "
", "\n"), printtags(reflect.ValueOf(&il.Tags)), ), ), ctxext.GetFirstMessageInForward(ctx))