mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: add IT之家热榜 (#4180)
This commit is contained in:
@@ -2105,8 +2105,9 @@ router.get('/nyaa/search/:query?', require('./routes/nyaa/search'));
|
||||
// 片源网
|
||||
router.get('/pianyuan/:media?', require('./routes/pianyuan/app'));
|
||||
|
||||
// IT home
|
||||
// ITHome
|
||||
router.get('/ithome/:caty', require('./routes/ithome/index'));
|
||||
router.get('/ithome/ranking/:type?', require('./routes/ithome/ranking'));
|
||||
|
||||
// 巴哈姆特
|
||||
router.get('/bahamut/creation/:author/:category?', require('./routes/bahamut/creation'));
|
||||
|
||||
Reference in New Issue
Block a user