Skip to content

Commit

Permalink
feat(route): add 21财经频道 (DIYgod#18048)
Browse files Browse the repository at this point in the history
* feat(route): add 21财经频道

* fix: Remove complex expressions
  • Loading branch information
nczitzk authored Jan 6, 2025
1 parent f715d22 commit acda82f
Show file tree
Hide file tree
Showing 4 changed files with 1,091 additions and 77 deletions.
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ router.get('/checkee/:dispdate', lazyloadRouteHandler('./routes/checkee/index'))
router.get('/gushiwen/recommend/:annotation?', lazyloadRouteHandler('./routes/gushiwen/recommend'));

// 21财经
router.get('/21caijing/channel/:name', lazyloadRouteHandler('./routes/21caijing/channel'));
// router.get('/21caijing/channel/:name', lazyloadRouteHandler('./routes/21caijing/channel'));

// 北京邮电大学
router.get('/bupt/yz/:type', lazyloadRouteHandler('./routes/universities/bupt/yz'));
Expand Down
76 changes: 0 additions & 76 deletions lib/routes-deprecated/21caijing/channel.js

This file was deleted.

Loading

0 comments on commit acda82f

Please sign in to comment.