22 lines
644 B
JavaScript
22 lines
644 B
JavaScript
module.exports = {
|
|
'bjx.com.cn': {
|
|
_name: '北极星电力网',
|
|
guangfu: [
|
|
{
|
|
title: '光伏 - 分类',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#bei-ji-xing-dian-li-wang',
|
|
source: ['/:type', '/'],
|
|
target: '/bjx/gf/:type?',
|
|
},
|
|
],
|
|
huanbao: [
|
|
{
|
|
title: '环保要闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#bei-ji-xing-dian-li-wang',
|
|
source: ['/yw', '/'],
|
|
target: '/bjx/huanbao',
|
|
},
|
|
],
|
|
},
|
|
};
|