mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
38 lines
1.3 KiB
JavaScript
38 lines
1.3 KiB
JavaScript
module.exports = {
|
|
'hk01.com': {
|
|
_name: '香港01',
|
|
'.': [
|
|
{
|
|
title: '热门',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01-re-men',
|
|
source: ['/hot', '/'],
|
|
target: '/hk01/hot',
|
|
},
|
|
{
|
|
title: '栏目',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01-lan-mu',
|
|
source: ['/zone/:id', '/'],
|
|
target: '/hk01/zone/:id?',
|
|
},
|
|
{
|
|
title: '子栏目',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01-zi-lan-mu',
|
|
source: ['/channel/:id', '/'],
|
|
target: '/hk01/channel/:id?',
|
|
},
|
|
{
|
|
title: '专题',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01-zhuan-ti',
|
|
source: ['/issue/:id', '/'],
|
|
target: '/hk01/issue/:id?',
|
|
},
|
|
{
|
|
title: '标签',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01-biao-qian',
|
|
source: ['/tag/:id', '/'],
|
|
target: '/hk01/tag/:id?',
|
|
},
|
|
],
|
|
},
|
|
};
|