mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
458 B
JavaScript
14 lines
458 B
JavaScript
module.exports = {
|
|
'cdi.com.cn': {
|
|
_name: '国家高端智库 / 综合开发研究院',
|
|
'.': [
|
|
{
|
|
title: '栏目',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#guo-jia-gao-duan-zhi-ku-zong-he-kai-fa-yan-jiu-yuan',
|
|
source: ['/Article/List', '/'],
|
|
target: (params, url) => `/cdi/${new URL(url).searchParams.get('ColumnId')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|