mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
style: auto format
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = async (ctx) => {
|
|||||||
author: '有線新聞',
|
author: '有線新聞',
|
||||||
category: item.group_name,
|
category: item.group_name,
|
||||||
description: desc(item, option),
|
description: desc(item, option),
|
||||||
pubDate: timezone(new Date(`${item.created_at}`), +8),
|
pubDate: timezone(new Date(String(item.created_at)), +8),
|
||||||
guid: item.id,
|
guid: item.id,
|
||||||
link: `http://cablenews.i-cable.com/ci/news/article/37/${item.id}`,
|
link: `http://cablenews.i-cable.com/ci/news/article/37/${item.id}`,
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user