mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
32 lines
1.1 KiB
JavaScript
32 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'nsfc.gov.cn': {
|
|
_name: '国自然基金委',
|
|
www: [
|
|
{
|
|
title: '基金要闻',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: '/*',
|
|
target: '/nsfc/news/jjyw',
|
|
},
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: '/*',
|
|
target: '/nsfc/news/tzgg',
|
|
},
|
|
{
|
|
title: '资助成果',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: '/*',
|
|
target: '/nsfc/news/zzcg',
|
|
},
|
|
{
|
|
title: '科普快讯',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: '/*',
|
|
target: '/nsfc/news/kpkx',
|
|
},
|
|
],
|
|
},
|
|
};
|