56 lines
2.0 KiB
JavaScript
56 lines
2.0 KiB
JavaScript
module.exports = {
|
|
'dn.com': {
|
|
_name: 'DN.com',
|
|
'.': [
|
|
{
|
|
title: 'The Latest',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/en-us/news/p1', '/en-us/news'],
|
|
target: '/dn/en-us/news',
|
|
},
|
|
{
|
|
title: 'Industry Information',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/en-us/news/category-1'],
|
|
target: '/dn/en-us/news/category-1',
|
|
},
|
|
{
|
|
title: 'Knowledge',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/en-us/news/category-2'],
|
|
target: '/dn/en-us/news/category-2',
|
|
},
|
|
{
|
|
title: 'Investment',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/en-us/news/category-3'],
|
|
target: '/dn/en-us/news/category-3',
|
|
},
|
|
{
|
|
title: '最新',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/zh-cn/news/p1', '/zh-cn/news'],
|
|
target: '/dn/zh-cn/news',
|
|
},
|
|
{
|
|
title: '行业资讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/zh-cn/news/category-1'],
|
|
target: '/dn/zh-cn/news/category-1',
|
|
},
|
|
{
|
|
title: '域名知识',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/zh-cn/news/category-2'],
|
|
target: '/dn/zh-cn/news/category-2',
|
|
},
|
|
{
|
|
title: '域名投资',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dn.com-news',
|
|
source: ['/zh-cn/news/category-3'],
|
|
target: '/dn/zh-cn/news/category-3',
|
|
},
|
|
],
|
|
},
|
|
};
|