diff --git a/lib/v2/thepaper/utils.js b/lib/v2/thepaper/utils.js index 654ed586f..b71b16bf5 100644 --- a/lib/v2/thepaper/utils.js +++ b/lib/v2/thepaper/utils.js @@ -52,7 +52,7 @@ module.exports = { title: contentDetail.name || contentDetail.shareName, link: itemUrl, description, - category: contentDetail.tagList?.map((t) => t.tag) ?? [], + category: (contentDetail.tagList?.map((t) => t.tag) ?? []).concat(contentDetail?.nodeInfo?.name ?? []), pubDate: parseDate(item.pubTimeLong || contentDetail.pubTime || contentDetail.publishTime), author: contentDetail.author || '', media: {