Files
RSSHub/lib/v2/36kr/radar.js
Ethan Shen 2389eb212d fix(route): 36kr资讯 (#8024)
* fix(route): 36kr资讯

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-23 22:41:47 +08:00

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',
},
],
},
};