mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* feat: change to use cookieJar
* feat: update router.js
* feat: format
* feat: change to use `${host}`
* fix: description.art
* try to fix
* try to fix
* try to fix
* Update journal.js
* Update recent.js
* Update recent.js
* Update journal.js
* fix: mark deprecated routes
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
module.exports = {
|
|
'/journal/:journal/:sortType?': ['Derekmini', 'auto-bot-ty'],
|
|
'/journal/:journal/recent/:sortType?': ['Derekmini', 'auto-bot-ty'],
|
|
};
|