Files
RSSHub/lib/v2/jump/radar.js
2023-08-15 03:12:12 +01:00

14 lines
319 B
JavaScript

module.exports = {
'jumpvg.com': {
_name: 'jump app',
switch: [
{
title: '折扣清单',
docs: 'https://docs.rsshub.app/routes/game#jump',
source: ['/'],
target: '/jump/discount/switch',
},
],
},
};