fix: link (#5175)
This commit is contained in:
parent
08bad402de
commit
e48f411d7d
|
|
@ -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(),
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue