56 lines
2.1 KiB
JavaScript
56 lines
2.1 KiB
JavaScript
module.exports = {
|
|
'36kr.com': {
|
|
_name: '36氪',
|
|
'.': [
|
|
{
|
|
title: '资讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-zi-xun',
|
|
source: ['/information/:category', '/'],
|
|
target: '/36kr/information/:category',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-kuai-xun',
|
|
source: ['/newsflashes', '/'],
|
|
target: '/36kr/newsflashes',
|
|
},
|
|
{
|
|
title: '用户文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-yong-hu-wen-zhang',
|
|
source: ['/user/:id', '/'],
|
|
target: '/36kr/user/:id',
|
|
},
|
|
{
|
|
title: '主题文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-zhu-ti-wen-zhang',
|
|
source: ['/motif/:id', '/'],
|
|
target: '/36kr/motif/:id',
|
|
},
|
|
{
|
|
title: '专题文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-zhuan-ti-wen-zhang',
|
|
source: ['/topics/:id', '/'],
|
|
target: '/36kr/topics/:id',
|
|
},
|
|
{
|
|
title: '搜索文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-sou-suo-wen-zhang',
|
|
source: ['/search/articles/:keyword', '/'],
|
|
target: '/36kr/search/articles/:keyword',
|
|
},
|
|
{
|
|
title: '搜索快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-sou-suo-kuai-xun',
|
|
source: ['/search/newsflashes/:keyword', '/'],
|
|
target: '/36kr/search/newsflashes/:keyword',
|
|
},
|
|
{
|
|
title: '资讯热榜',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#36kr-zi-xun-re-bang',
|
|
source: ['/hot-list/:category', '/'],
|
|
target: '/36kr/hot-list/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|