mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
feat(route): add 澎湃明查 (#9380)
* feat(route): add 澎湃明查 * fix: 839studio routes * docs: update example url * fix: parseDate
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user