mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* feat(route): add Eagle's blog and refactor to V2 * fix: remove deprecated eagle radar rules * fix: changelog date and guid * fix(route): add language option
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
module.exports = {
|
|
'/blog/:cate?/:language?': ['Fatpandac'],
|
|
'/changelog/:language?': ['tigercubden'],
|
|
};
|