mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
20 lines
557 B
JavaScript
20 lines
557 B
JavaScript
module.exports = {
|
|
'houxu.app': {
|
|
_name: '后续',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#hou-xu-fen-lei',
|
|
source: ['/:category', '/'],
|
|
target: '/houxu/:category?',
|
|
},
|
|
{
|
|
title: 'Lives',
|
|
docs: 'https://docs.rsshub.app/new-media.html#hou-xu-lives',
|
|
source: ['/lives/:id', '/'],
|
|
target: '/houxu/lives/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|