mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
46 lines
1.4 KiB
JavaScript
46 lines
1.4 KiB
JavaScript
module.exports = {
|
|
'hket.com': {
|
|
_name: '香港经济日报',
|
|
china: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
|
|
source: ['/:category/*'],
|
|
target: '/hket/:category',
|
|
},
|
|
],
|
|
inews: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
|
|
source: ['/:category/*'],
|
|
target: '/hket/:category',
|
|
},
|
|
],
|
|
topick: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
|
|
source: ['/:category/*'],
|
|
target: '/hket/:category',
|
|
},
|
|
],
|
|
wealth: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
|
|
source: ['/:category/*'],
|
|
target: '/hket/:category',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
|
|
source: ['/'],
|
|
target: '/hket',
|
|
},
|
|
],
|
|
},
|
|
};
|