mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
feat(route): segmentfault 新增了每个标签下相关的文章 (#10476)
* new segmentfault blogs * fix radar.js route * fix * docs: linebreak * style: lint
This commit is contained in:
@@ -6,14 +6,20 @@ module.exports = {
|
||||
title: '频道',
|
||||
docs: 'https://docs.rsshub.app/programming.html#segmentfault',
|
||||
source: ['/channel/:name'],
|
||||
target: '/channel/:name',
|
||||
target: '/segmentfault/channel/:name',
|
||||
},
|
||||
{
|
||||
title: '用户',
|
||||
docs: 'https://docs.rsshub.app/programming.html#segmentfault',
|
||||
source: ['/u/:name'],
|
||||
target: '/user/:name',
|
||||
target: '/segmentfault/user/:name',
|
||||
},
|
||||
{
|
||||
title: "博客",
|
||||
docs: "https://docs.rsshub.app/programming.html#segmentfault",
|
||||
source: ["/t/:tag/blogs"],
|
||||
target: "/segmentfault/blogs/:tag",
|
||||
}
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user