feat(route): add 中国国家应急广播应急新闻 & 预警信息 (#12467)

This commit is contained in:
Ethan Shen
2023-05-08 02:45:31 +08:00
committed by GitHub
parent 3450e4c5ba
commit 96096028a1
9 changed files with 188 additions and 69 deletions

View File

@@ -2017,8 +2017,8 @@ router.get('/latexstudio/home', lazyloadRouteHandler('./routes/latexstudio/home'
router.get('/jskou/:type?', lazyloadRouteHandler('./routes/jskou/index'));
// 国家应急广播
router.get('/cneb/yjxx', lazyloadRouteHandler('./routes/cneb/yjxx'));
router.get('/cneb/guoneinews', lazyloadRouteHandler('./routes/cneb/guoneinews'));
// router.get('/cneb/yjxx', lazyloadRouteHandler('./routes/cneb/yjxx'));
// router.get('/cneb/guoneinews', lazyloadRouteHandler('./routes/cneb/guoneinews'));
// 邮箱
router.get('/mail/imap/:email', lazyloadRouteHandler('./routes/mail/imap'));