mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
* fix(route): 36kr资讯 * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
38 lines
1.2 KiB
JavaScript
38 lines
1.2 KiB
JavaScript
module.exports = {
|
|
'36kr.com': {
|
|
_name: '36kr',
|
|
'.': [
|
|
{
|
|
title: '资讯',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_36kr',
|
|
source: '/',
|
|
target: '/36kr/news',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_36kr',
|
|
source: '/',
|
|
target: '/36kr/newsflashes',
|
|
},
|
|
{
|
|
title: '用户文章',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_36kr',
|
|
source: '/user/:uid',
|
|
target: '/36kr/user/:uid',
|
|
},
|
|
{
|
|
title: '主题文章',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_36kr',
|
|
source: '/motif/:mid',
|
|
target: '/36kr/motif/:mid',
|
|
},
|
|
{
|
|
title: '搜索文章',
|
|
docs: 'https://docs.rsshub.app/new-media.html#_36kr',
|
|
source: '/search/articles/:keyword',
|
|
target: '/36kr/search/article/:keyword',
|
|
},
|
|
],
|
|
},
|
|
};
|