feat(route)(v2): add 旅法师营地首页 (#8350)

This commit is contained in:
auto-bot-ty
2021-11-27 16:01:38 +08:00
committed by GitHub
parent ccc7f432e9
commit beebfa91a3
12 changed files with 194 additions and 99 deletions

View File

@@ -325,11 +325,6 @@ router.get('/nytimes/:lang?', lazyloadRouteHandler('./routes/nytimes/index'));
router.get('/3dm/:name/:type', lazyloadRouteHandler('./routes/3dm/game'));
router.get('/3dm/news', lazyloadRouteHandler('./routes/3dm/news_center'));
// 旅法师营地
router.get('/lfsyd/:typecode', lazyloadRouteHandler('./routes/lfsyd/index'));
router.get('/lfsyd/user/:id', lazyloadRouteHandler('./routes/lfsyd/user'));
router.get('/lfsyd/tag/:tag', lazyloadRouteHandler('./routes/lfsyd/tag'));
// 喜马拉雅
router.get('/ximalaya/album/:id/:all?', lazyloadRouteHandler('./routes/ximalaya/album'));
router.get('/ximalaya/album/:id/:all/:shownote?', lazyloadRouteHandler('./routes/ximalaya/album'));