mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
module.exports = {
|
|
'woshipm.com': {
|
|
_name: '人人都是产品经理',
|
|
'.': [
|
|
{
|
|
title: '热门文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ren-ren-dui-shi-chan-pin-jing-li',
|
|
source: ['/'],
|
|
target: '/woshipm/popular',
|
|
},
|
|
{
|
|
title: '用户收藏',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ren-ren-dui-shi-chan-pin-jing-li',
|
|
source: ['/u/:id'],
|
|
target: '/woshipm/bookmarks/:id',
|
|
},
|
|
{
|
|
title: '用户文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ren-ren-dui-shi-chan-pin-jing-li',
|
|
source: ['/u/:id'],
|
|
target: '/woshipm/user_article/:id',
|
|
},
|
|
{
|
|
title: '最新文章',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ren-ren-dui-shi-chan-pin-jing-li',
|
|
source: ['/'],
|
|
target: '/woshipm/latest',
|
|
},
|
|
],
|
|
wen: [
|
|
{
|
|
title: '天天问',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#ren-ren-dui-shi-chan-pin-jing-li',
|
|
source: ['/'],
|
|
target: '/woshipm/wen',
|
|
},
|
|
],
|
|
},
|
|
};
|