mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
fix: leetcode pubDate 的不正确 fix leetcode 打卡文档 (#2397)
This commit is contained in:
@@ -84,8 +84,9 @@ module.exports = async (ctx) => {
|
||||
A_20: 'compile-error',
|
||||
A_30: 'timeout',
|
||||
};
|
||||
const state = ' 提交记录';
|
||||
ctx.state.data = {
|
||||
title: userSlug + ' 提交记录',
|
||||
title: userSlug + state,
|
||||
link: `https://leetcode-cn.com/u/${user}`,
|
||||
description: description,
|
||||
item: recentSubmissions.map((item) => ({
|
||||
|
||||
Reference in New Issue
Block a user