Files
RSSHub/lib/v2/lfsyd/radar.js
2021-11-27 08:01:38 +00:00

40 lines
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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',
},
],
},
};