mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
feat(route/pixiv): add category to search results (#23113)
This commit is contained in:
@@ -116,6 +116,7 @@ async function handler(ctx) {
|
||||
pubDate: parseDate(illust.create_date),
|
||||
description: `${illust.caption}<br><p>画师:${illust.user.name} - 阅览数:${illust.total_view} - 收藏数:${illust.total_bookmarks}</p>${images.join('')}`,
|
||||
link: `https://www.pixiv.net/artworks/${illust.id}`,
|
||||
category: illust.tags.map((tag) => tag.name),
|
||||
};
|
||||
}),
|
||||
allowEmpty: true,
|
||||
|
||||
Reference in New Issue
Block a user