RSSHub/lib/v2/eastday/radar.js

30 lines
846 B
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-yuan-chuang',
source: '/',
target: '/eastday/portrait',
},
],
},
};