Files
RSSHub/lib/v2/jump/radar.js
2021-09-26 02:10:55 -07:00

14 lines
317 B
JavaScript

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