mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
* fix(route): hk01 get fulltext and refactor to V2 * Update lib/v2/hk01/channel.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/hk01/issue.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: teaser pubDate
38 lines
1.2 KiB
JavaScript
38 lines
1.2 KiB
JavaScript
module.exports = {
|
|
'hk01.com': {
|
|
_name: '香港01',
|
|
www: [
|
|
{
|
|
title: '最 Hit',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
|
|
source: ['/hot', '/'],
|
|
target: '/hk01/hot',
|
|
},
|
|
{
|
|
title: 'zone',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
|
|
source: '/zone/:id/:title',
|
|
target: '/hk01/zone/:id',
|
|
},
|
|
{
|
|
title: 'channel',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
|
|
source: '/channel/:id/:title',
|
|
target: '/hk01/channel/:id',
|
|
},
|
|
{
|
|
title: 'issue',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
|
|
source: '/issue/:id/:title',
|
|
target: '/hk01/issue/:id',
|
|
},
|
|
{
|
|
title: 'tag',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
|
|
source: '/tag/:id/:title',
|
|
target: '/hk01/tag/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|