mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
26 lines
797 B
JavaScript
26 lines
797 B
JavaScript
module.exports = {
|
|
aijishu: {
|
|
_name: '极术社区',
|
|
www: [
|
|
{
|
|
title: '频道',
|
|
docs: 'https://docs.rsshub.app/routes/programming#ji-shu-she-qu',
|
|
source: ['/channel/:name'],
|
|
target: '/aijishu/channel/:name',
|
|
},
|
|
{
|
|
title: '用户',
|
|
docs: 'https://docs.rsshub.app/routes/programming#ji-shu-she-qu',
|
|
source: ['/u/:name'],
|
|
target: '/aijishu/u/:name',
|
|
},
|
|
{
|
|
title: '专栏',
|
|
docs: 'https://docs.rsshub.app/routes/programming#ji-shu-she-qu',
|
|
source: ['/blog/:name'],
|
|
target: '/aijishu/blog/:name',
|
|
},
|
|
],
|
|
},
|
|
};
|