22 lines
604 B
JavaScript
22 lines
604 B
JavaScript
module.exports = {
|
|
'jandan.net': {
|
|
_name: '煎蛋',
|
|
'.': [
|
|
{
|
|
title: '首页/板块/热榜',
|
|
docs: 'https://docs.rsshub.app/routes/picture#jian-dan',
|
|
source: ['/:category', '/'],
|
|
target: '/jandan/:category?',
|
|
},
|
|
],
|
|
i: [
|
|
{
|
|
title: '首页/板块/热榜',
|
|
docs: 'https://docs.rsshub.app/routes/picture#jian-dan',
|
|
source: ['/:category', '/'],
|
|
target: '/jandan/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|