mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
fix(route): 国家药品监督管理局医疗器械标准管理中心 (#10364)
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
const content = cheerio.load(detailResponse.data);
|
||||
|
||||
item.description = content('.text').html();
|
||||
item.description = content('.text').append(content('.fujian')).html();
|
||||
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').attr('content')), +8);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user