Files
RSSHub/lib/v2/95mm/radar.js
Ethan Shen ef2e78f546 fix(route): MM范 (#8701)
* fix(route): MM范

* fix: add radar

* fix: use art-template
2022-02-26 23:56:20 +08:00

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