fix: dxy data link
This commit is contained in:
parent
033f99087a
commit
6553091e2e
|
|
@ -21,6 +21,7 @@ module.exports = async (ctx) => {
|
|||
{
|
||||
title: data.countRemark,
|
||||
pubDate: new Date(data.modifyTime).toUTCString(),
|
||||
link: 'https://3g.dxy.cn/newh5/view/pneumonia',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ module.exports = async (ctx) => {
|
|||
title: title,
|
||||
description: `${title}${descriptionCity}`,
|
||||
pubDate: new Date(dom.window.getStatisticsService.modifyTime).toUTCString(),
|
||||
link: 'https://3g.dxy.cn/newh5/view/pneumonia',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue