mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
* feat(route): add IEEE xplore early access journal * Update maintaner.js * Update earlyaccess.js ---------
6 lines
229 B
JavaScript
6 lines
229 B
JavaScript
module.exports = {
|
|
'/journal/:journal/:sortType?': ['Derekmini', 'auto-bot-ty'],
|
|
'/journal/:journal/recent/:sortType?': ['Derekmini', 'auto-bot-ty'],
|
|
'/journal/:journal/earlyaccess/:sortType?': ['5upernova-heng'],
|
|
};
|