37 lines
1.1 KiB
JavaScript
37 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'mingpao.com': {
|
|
_name: '明报',
|
|
'.': [
|
|
{
|
|
title: '即时新闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#ming-bao',
|
|
source: ['/'],
|
|
target: '/mingpao/ins/:type?',
|
|
},
|
|
{
|
|
title: '每日明报',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#ming-bao',
|
|
source: ['/'],
|
|
target: '/mingpao/pns/:type?',
|
|
},
|
|
],
|
|
},
|
|
'mpfinance.com': {
|
|
_name: '明报',
|
|
'.': [
|
|
{
|
|
title: '即时新闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#ming-bao',
|
|
source: ['/'],
|
|
target: '/mingpao/ins/:type?',
|
|
},
|
|
{
|
|
title: '每日明报',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#ming-bao',
|
|
source: ['/'],
|
|
target: '/mingpao/pns/:type?',
|
|
},
|
|
],
|
|
},
|
|
};
|