fix(route): pixiv ranking tags (#13803)

This commit is contained in:
Tony 2023-11-15 15:21:31 +00:00 committed by GitHub
parent 78d9027c2f
commit 1c693307a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ module.exports = async (ctx) => {
description: `<p>画师:${illust.user.name} - 阅览数:${illust.total_view} - 收藏数:${illust.total_bookmarks}</p><br>${images.join('')}`,
link: `https://www.pixiv.net/artworks/${illust.id}`,
author: illust.user.name,
category: illust.tags.map((tag) => tag.name),
};
}),
};