mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
22 lines
659 B
JavaScript
22 lines
659 B
JavaScript
module.exports = {
|
|
'wsj.com': {
|
|
_name: '华尔街日报 The Wall Street Journal (WSJ)',
|
|
cn: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#hua-er-jie-ri-bao-the-wall-street-journal-wsj',
|
|
source: '/',
|
|
target: '/wsj/zh-cn',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#hua-er-jie-ri-bao-the-wall-street-journal-wsj',
|
|
source: '/',
|
|
target: '/wsj/en-us',
|
|
},
|
|
],
|
|
},
|
|
};
|