mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
20 lines
581 B
JavaScript
20 lines
581 B
JavaScript
module.exports = {
|
|
'bioone.org': {
|
|
_name: 'BioOne',
|
|
'.': [
|
|
{
|
|
title: 'Featured articles',
|
|
docs: 'https://docs.rsshub.app/journal.html#bioone-featured-articles',
|
|
source: '/',
|
|
target: '/bioone/featured',
|
|
},
|
|
{
|
|
title: 'Journals',
|
|
docs: 'https://docs.rsshub.app/journal.html#bioone-journals',
|
|
source: ['/journals/:journal', '/'],
|
|
target: '/bioone/journals/:journal',
|
|
},
|
|
],
|
|
},
|
|
};
|