mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: added MaxNews of Dota 2 (#2176)
* feat: added MaxNews of Dota 2 * fix: CRLF -> LF
This commit is contained in:
@@ -1310,6 +1310,9 @@ router.get('/enclavebooks/category/:id?', require('./routes/enclavebooks/categor
|
||||
router.get('/dsndsht23/:subforumid', require('./routes/dsndsht23/index'));
|
||||
router.get('/dsndsht23', require('./routes/dsndsht23/index'));
|
||||
|
||||
// MaxNews - DotA 2
|
||||
router.get('/maxnews/dota2', require('./routes/maxnews/dota2'));
|
||||
|
||||
// 数英网最新文章
|
||||
router.get('/digitaling/index', require('./routes/digitaling/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user