This commit is contained in:
Henry Wang 2020-07-28 05:46:53 +01:00 committed by GitHub
parent 08bad402de
commit e48f411d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = async (ctx) => {
const list = data.map((item) => ({
title: item.headline,
link: `http://www.12379.cn/html/new2018/alarmcontent.shtml?file=${item.identifier}.html}`,
link: `http://www.12379.cn/html/new2018/alarmcontent.shtml?file=${item.identifier}.html`,
description: item.description,
pubDate: new Date(item.sendTime).toUTCString(),
}));