feat: 增加 guokr author 的获取 (#2865)

Co-authored-by: zhshch <zhshch-bin@foxmail.com>
This commit is contained in:
zhshch2002
2019-08-16 11:47:49 +08:00
committed by DIYgod
parent 5b5de3358b
commit c24f2cb220

View File

@@ -14,6 +14,7 @@ module.exports = async (ctx) => {
description: `${item.summary}<br><img referrerpolicy="no-referrer" src="${item.image_info.url}">`,
pubDate: item.date_published,
link: item.url,
author: item.author.nickname,
})),
};
};