20 lines
538 B
JavaScript
20 lines
538 B
JavaScript
module.exports = {
|
|
'ainvest.com': {
|
|
_name: 'AInvest',
|
|
'.': [
|
|
{
|
|
title: 'Latest Article',
|
|
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
|
|
source: ['/news'],
|
|
target: '/ainvest/article',
|
|
},
|
|
{
|
|
title: 'Latest News',
|
|
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
|
|
source: ['/news'],
|
|
target: '/ainvest/news',
|
|
},
|
|
],
|
|
},
|
|
};
|