mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
14 lines
319 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|