Files
RSSHub/lib/v2/aijishu/radar.js
2023-08-15 03:12:12 +01:00

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