mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
* 生成中国经济50人论坛专家文章的RSS * 添加路由 * 修正link url重复斜杠的问题 * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
14 lines
385 B
JavaScript
14 lines
385 B
JavaScript
module.exports = {
|
|
'50forum.org.cn': {
|
|
_name: '经济 50 人论坛',
|
|
'.': [
|
|
{
|
|
title: '专家文章',
|
|
docs: 'https://docs.rsshub.app/new-media.html#jing-ji-50-ren-lun-tan',
|
|
source: ['/home/article/index/category/zhuanjia.html', '/'],
|
|
target: '/50forum',
|
|
},
|
|
],
|
|
},
|
|
};
|