mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
module.exports = {
|
||
'iyingdi.com': {
|
||
_name: '旅法师营地',
|
||
www: [
|
||
{
|
||
title: '分区',
|
||
docs: 'https://docs.rsshub.app/game.html#lv-fa-shi-ying-di',
|
||
source: ['/tz/tag/:tagId'],
|
||
target: '/lfsyd/tag/:tagId',
|
||
},
|
||
{
|
||
title: '用户发帖',
|
||
docs: 'https://docs.rsshub.app/game.html#lv-fa-shi-ying-di',
|
||
source: ['/tz/people/:id', '/tz/people/:id/*'],
|
||
target: '/lfsyd/user/:id',
|
||
},
|
||
{
|
||
title: '首页',
|
||
docs: 'https://docs.rsshub.app/game.html#lv-fa-shi-ying-di',
|
||
source: ['/'],
|
||
target: '/lfsyd/home',
|
||
},
|
||
{
|
||
title: '首页(旧版)',
|
||
docs: 'https://docs.rsshub.app/game.html#lv-fa-shi-ying-di',
|
||
source: ['/'],
|
||
target: '/lfsyd/old_home',
|
||
},
|
||
],
|
||
mob: [
|
||
{
|
||
title: '分区(mob)',
|
||
docs: 'https://docs.rsshub.app/game.html#lv-fa-shi-ying-di',
|
||
source: ['/fine/:tagId'],
|
||
target: '/lfsyd/tag/:tagId',
|
||
},
|
||
],
|
||
},
|
||
};
|