From 1c693307a608b5aadd5568e1e8fd145624ea131f Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 15 Nov 2023 15:21:31 +0000 Subject: [PATCH] fix(route): pixiv ranking tags (#13803) --- lib/v2/pixiv/ranking.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/v2/pixiv/ranking.js b/lib/v2/pixiv/ranking.js index d3915fc6d..d992cfe17 100644 --- a/lib/v2/pixiv/ranking.js +++ b/lib/v2/pixiv/ranking.js @@ -86,6 +86,7 @@ module.exports = async (ctx) => { description: `

画师:${illust.user.name} - 阅览数:${illust.total_view} - 收藏数:${illust.total_bookmarks}


${images.join('')}`, link: `https://www.pixiv.net/artworks/${illust.id}`, author: illust.user.name, + category: illust.tags.map((tag) => tag.name), }; }), };