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