mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
* channel ok * index ok * code complete * add docs for aijishu * fix deepscan * 1. use friendly url 2. remove duplicated leading slash in api url * fix docs and radar
26 lines
791 B
JavaScript
26 lines
791 B
JavaScript
module.exports = {
|
|
aijishu: {
|
|
_name: '极术社区',
|
|
www: [
|
|
{
|
|
title: '频道',
|
|
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
|
|
source: ['/channel/:name'],
|
|
target: '/aijishu/channel/:name',
|
|
},
|
|
{
|
|
title: '用户',
|
|
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
|
|
source: ['/u/:name'],
|
|
target: '/aijishu/u/:name',
|
|
},
|
|
{
|
|
title: '专栏',
|
|
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
|
|
source: ['/blog/:name'],
|
|
target: '/aijishu/blog/:name',
|
|
},
|
|
],
|
|
},
|
|
};
|