feat(route): add 厦门大学航院 (#8137)

* feat(route): add 厦门大学航院

* Simplify the code

* Fix the problem of tryGet
This commit is contained in:
蒋晨辉
2021-09-03 17:28:33 +08:00
committed by GitHub
parent ea21cfdd28
commit 88514fa259
3 changed files with 79 additions and 0 deletions

View File

@@ -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'));