mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
* Update router.js * Update radar.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * Update cdrh.js * docs: update paramsDesc
14 lines
455 B
JavaScript
14 lines
455 B
JavaScript
module.exports = {
|
|
'fda.gov': {
|
|
_name: 'U.S. Food and Drug Administration',
|
|
'.': [
|
|
{
|
|
title: 'CDRHNew',
|
|
docs: 'https://docs.rsshub.app/government.html#mei-guo-shi-pin-yao-pin-jian-du-guan-li-ju-cdrhnew',
|
|
source: ['/medical-devices/news-events-medical-devices/cdrhnew-news-and-updates', '/'],
|
|
target: '/fda/cdrh/:titleOnly',
|
|
},
|
|
],
|
|
},
|
|
};
|