50 lines
1.6 KiB
JavaScript
50 lines
1.6 KiB
JavaScript
module.exports = {
|
|
'yystv.cn': {
|
|
_name: '游研社',
|
|
'.': [
|
|
{
|
|
title: '推游',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/recommend',
|
|
target: '/yystv/category/recommend',
|
|
},
|
|
{
|
|
title: '游戏史',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/history',
|
|
target: '/yystv/category/history',
|
|
},
|
|
{
|
|
title: '大事件',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/big',
|
|
target: '/yystv/category/big',
|
|
},
|
|
{
|
|
title: '文化',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/culture',
|
|
target: '/yystv/category/culture',
|
|
},
|
|
{
|
|
title: '趣闻',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/news',
|
|
target: '/yystv/category/news',
|
|
},
|
|
{
|
|
title: '经典回顾',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/b/retro',
|
|
target: '/yystv/category/retro',
|
|
},
|
|
{
|
|
title: '全部文章',
|
|
docs: 'https://docs.rsshub.app/routes/game#you-yan-she',
|
|
source: '/docs',
|
|
target: '/yystv/docs',
|
|
},
|
|
],
|
|
},
|
|
};
|