mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
feat: 增加 guokr author 的获取 (#2865)
Co-authored-by: zhshch <zhshch-bin@foxmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ module.exports = async (ctx) => {
|
|||||||
description: `${item.summary}<br><img referrerpolicy="no-referrer" src="${item.image_info.url}">`,
|
description: `${item.summary}<br><img referrerpolicy="no-referrer" src="${item.image_info.url}">`,
|
||||||
pubDate: item.date_published,
|
pubDate: item.date_published,
|
||||||
link: item.url,
|
link: item.url,
|
||||||
|
author: item.author.nickname,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user