Files
RSSHub/lib/v2/aeon/radar.js
Enoch Ma 17a1e63b17 fix(route): aeon - hotfix & migrate to v2 (#12593)
* aeon: hotfix & migrate to v2

* rewrite & focus on essays

* fix banner
2023-06-04 21:49:24 +08:00

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',
},
],
},
};