mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
feat(route): add 厦门大学航院 (#8137)
* feat(route): add 厦门大学航院 * Simplify the code * Fix the problem of tryGet
This commit is contained in:
@@ -945,6 +945,9 @@ router.get('/lyu/news/:type', lazyloadRouteHandler('./routes/universities/lyu/ne
|
||||
// 福州大学
|
||||
router.get('/fzu/:type', lazyloadRouteHandler('./routes/universities/fzu/news'));
|
||||
|
||||
// 厦门大学
|
||||
router.get('/xmu/aero/:type', lazyloadRouteHandler('./routes/universities/xmu/aero'));
|
||||
|
||||
// ifanr
|
||||
router.get('/ifanr/:channel?', lazyloadRouteHandler('./routes/ifanr/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user