feat: add 数英网 (#2166)

This commit is contained in:
Fan Shen
2019-05-19 17:15:13 +08:00
committed by DIYgod
parent eab187d15d
commit 43673a5147
3 changed files with 53 additions and 0 deletions

View File

@@ -1309,4 +1309,7 @@ router.get('/enclavebooks/category/:id?', require('./routes/enclavebooks/categor
// 色花堂
router.get('/dsndsht23', require('./routes/dsndsht23/index'));
// 数英网最新文章
router.get('/digitaling/index', require('./routes/digitaling/index'));
module.exports = router;