mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
fix: leetcode pubDate 的不正确 fix leetcode 打卡文档 (#2397)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user