feat(route): add 澎湃明查 (#9380)

* feat(route): add 澎湃明查

* fix: 839studio routes

* docs: update example url

* fix: parseDate
This commit is contained in:
Ethan Shen
2022-03-25 22:05:27 +08:00
committed by GitHub
parent c91a4cdd1d
commit 8ecad32db2
14 changed files with 196 additions and 54 deletions

View File

@@ -848,13 +848,13 @@ router.get('/xclient/app/:name', lazyloadRouteHandler('./routes/xclient/app'));
router.get('/embassy/:country/:city?', lazyloadRouteHandler('./routes/embassy/index'));
// 澎湃新闻
router.get('/thepaper/featured', lazyloadRouteHandler('./routes/thepaper/featured'));
router.get('/thepaper/channel/:id', lazyloadRouteHandler('./routes/thepaper/channel'));
router.get('/thepaper/list/:id', lazyloadRouteHandler('./routes/thepaper/list'));
// router.get('/thepaper/featured', lazyloadRouteHandler('./routes/thepaper/featured'));
// router.get('/thepaper/channel/:id', lazyloadRouteHandler('./routes/thepaper/channel'));
// router.get('/thepaper/list/:id', lazyloadRouteHandler('./routes/thepaper/list'));
// 澎湃美数课
router.get('/thepaper/839studio', lazyloadRouteHandler('./routes/thepaper/839studio/studio.js'));
router.get('/thepaper/839studio/:id', lazyloadRouteHandler('./routes/thepaper/839studio/category.js'));
// router.get('/thepaper/839studio', lazyloadRouteHandler('./routes/thepaper/839studio/studio.js'));
// router.get('/thepaper/839studio/:id', lazyloadRouteHandler('./routes/thepaper/839studio/category.js'));
// 电影首发站
router.get('/dysfz', lazyloadRouteHandler('./routes/dysfz/index'));