mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
26 lines
738 B
JavaScript
26 lines
738 B
JavaScript
module.exports = {
|
|
'95mm.org': {
|
|
_name: 'MM范',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/picture.html#mm-fan-fen-lei',
|
|
source: '/',
|
|
target: '/95mm/tab/:tab?',
|
|
},
|
|
{
|
|
title: '标签',
|
|
docs: 'https://docs.rsshub.app/picture.html#mm-fan-biao-qian',
|
|
source: '/',
|
|
target: '/95mm/tag/:tag',
|
|
},
|
|
{
|
|
title: '集合',
|
|
docs: 'https://docs.rsshub.app/picture.html#mm-fan-ji-he',
|
|
source: '/',
|
|
target: '/95mm/category/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|