mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
@@ -29,7 +29,7 @@ module.exports = async (ctx) => {
|
|||||||
.map((item) => ({
|
.map((item) => ({
|
||||||
title: item.title,
|
title: item.title,
|
||||||
description: md.render(item.body) || 'No description',
|
description: md.render(item.body) || 'No description',
|
||||||
pubDate: new Date(item.created_at),
|
pubDate: new Date(item.created_at).toUTCString(),
|
||||||
link: `${host}/${item.number}`,
|
link: `${host}/${item.number}`,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user