mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
430 B
JavaScript
14 lines
430 B
JavaScript
module.exports = {
|
|
'cste.org.cn': {
|
|
_name: '中国技术经济学会',
|
|
'.': [
|
|
{
|
|
title: '栏目',
|
|
docs: 'https://docs.rsshub.app/routes/study#zhong-guo-ji-shu-jing-ji-xue-hui-lan-mu',
|
|
source: ['/site/term', '/'],
|
|
target: (params, url) => `/cste/${new URL(url).match(/site\/term\/(\d+)\.html/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|