RSSHub/lib/v2/tophub/radar.js

14 lines
335 B
JavaScript

module.exports = {
'tophub.today': {
_name: '今日热榜',
'.': [
{
title: '榜单',
docs: 'https://docs.rsshub.app/routes/new-media#jin-ri-re-bang-bang-dan',
source: ['/n/:id'],
target: '/tophub/:id',
},
],
},
};