mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
14 lines
299 B
JavaScript
14 lines
299 B
JavaScript
module.exports = {
|
|
'aeon.co': {
|
|
_name: 'AEON',
|
|
aeon: [
|
|
{
|
|
title: 'Essays',
|
|
docs: 'https://docs.rsshub.app/new-media.html##aeon',
|
|
source: ['/'],
|
|
target: '/aeon/essays',
|
|
},
|
|
],
|
|
},
|
|
};
|