mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
38 lines
1.5 KiB
JavaScript
38 lines
1.5 KiB
JavaScript
module.exports = {
|
|
'on.cc': {
|
|
_name: '东网',
|
|
hk: [
|
|
{
|
|
title: '港澳',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: ['/hk/news/index.html', '/hk/news/index_cn.html'],
|
|
target: '/oncc/zh-hans/news',
|
|
},
|
|
{
|
|
title: '两岸',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: ['/hk/cnnews/index.html', '/hk/cnnews/index_cn.html'],
|
|
target: '/oncc/zh-hans/cnnews',
|
|
},
|
|
{
|
|
title: '国际',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: ['/hk/intnews/index.html', '/hk/intnews/index_cn.html'],
|
|
target: '/oncc/zh-hans/intnews',
|
|
},
|
|
{
|
|
title: '评论',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: ['/hk/commentary/index.html', '/hk/commentary/index_cn.html'],
|
|
target: '/oncc/zh-hans/commentary',
|
|
},
|
|
{
|
|
title: '产经',
|
|
docs: 'https://docs.rsshub.app/other.html#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui',
|
|
source: ['/hk/finance/index.html', '/hk/finance/index_cn.html'],
|
|
target: '/oncc/zh-hans/finance',
|
|
},
|
|
],
|
|
},
|
|
};
|