RSSHub/lib/v2/taptap/radar.js

43 lines
1.3 KiB
JavaScript

module.exports = {
'taptap.com': {
_name: 'TapTap',
'.': [
{
title: '游戏论坛',
docs: 'https://docs.rsshub.app/game.html#taptap',
source: ['/app/:id/topic', '/app/:id'],
target: '/taptap/topic/:id',
},
{
title: '游戏更新',
docs: 'https://docs.rsshub.app/game.html#taptap',
source: ['/app/:id'],
target: '/taptap/changelog/:id',
},
{
title: '游戏评价',
docs: 'https://docs.rsshub.app/game.html#taptap',
source: ['/app/:id/review', '/app/:id'],
target: '/taptap/review/:id',
},
],
},
'taptap.io': {
_name: 'TapTap International',
'.': [
{
title: 'Changelog',
docs: 'https://docs.rsshub.app/game.html#taptap',
source: ['/app/:id'],
target: '/taptap/intl/changelog/:id',
},
{
title: 'Ratings & Reviews',
docs: 'https://docs.rsshub.app/game.html#taptap',
source: ['/app/:id/review', '/app/:id'],
target: '/taptap/intl/review/:id',
},
],
},
};