fix: leetcode pubDate 的不正确 fix leetcode 打卡文档 (#2397)

This commit is contained in:
Nathan
2019-06-13 15:25:08 +08:00
committed by DIYgod
parent 19e0ea28af
commit 96b1c47987
4 changed files with 11 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ module.exports = async (ctx) => {
const result = await util.ProcessFeed(list);
ctx.state.data = {
title: username + state,
link: `https://leetcode.com/${user}`,
description: description,
item: result,
};