mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
20 lines
565 B
JavaScript
20 lines
565 B
JavaScript
module.exports = {
|
|
'jandan.net': {
|
|
_name: '煎蛋',
|
|
'.': [
|
|
{
|
|
title: '首页',
|
|
docs: 'https://docs.rsshub.app/picture.html#jian-dan-shou-ye',
|
|
source: ['/:category', '/'],
|
|
target: '/jandan/:category?',
|
|
},
|
|
{
|
|
title: '板块',
|
|
docs: 'https://docs.rsshub.app/picture.html#jian-dan-ban-kuai',
|
|
source: ['/:category', '/'],
|
|
target: '/jandan/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|