fix: dxy data link

This commit is contained in:
DIYgod 2020-01-27 14:22:30 +08:00
parent 033f99087a
commit 6553091e2e
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 2 additions and 0 deletions

View File

@ -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',
},
],
};

View File

@ -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',
},
],
};