RSSHub/lib/v2/houxu/radar.js

32 lines
989 B
JavaScript

module.exports = {
'houxu.app': {
_name: '后续',
'.': [
{
title: '热点',
docs: 'https://docs.rsshub.app/routes/new-media#hou-xu-re-dian',
source: ['/'],
target: '/houxu',
},
{
title: '跟踪',
docs: 'https://docs.rsshub.app/routes/new-media#hou-xu-gen-zong',
source: ['/memory', '/'],
target: '/houxu/memory',
},
{
title: '专栏',
docs: 'https://docs.rsshub.app/routes/new-media#hou-xu-zhuan-lan',
source: ['/events', '/'],
target: '/houxu/events',
},
{
title: 'Live',
docs: 'https://docs.rsshub.app/routes/new-media#hou-xu-live',
source: ['/lives/:id', '/'],
target: '/houxu/lives/:id',
},
],
},
};