36 lines
1.1 KiB
JavaScript
36 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'eastday.com': {
|
|
_name: '东方网',
|
|
mini: [
|
|
{
|
|
title: '24 小时热闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#dong-fang-wang',
|
|
source: '/',
|
|
target: '/eastday/24',
|
|
},
|
|
],
|
|
sh: [
|
|
{
|
|
title: '上海新闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#dong-fang-wang',
|
|
source: '/',
|
|
target: '/eastday/sh',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '热点搜索',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#dong-fang-wang-re-dian-sou-suo',
|
|
source: '/',
|
|
target: '/eastday/find',
|
|
},
|
|
{
|
|
title: '原创',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#dong-fang-wang-yuan-chuang',
|
|
source: '/',
|
|
target: '/eastday/portrait',
|
|
},
|
|
],
|
|
},
|
|
};
|