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