add: juesheng.com (#1667)

This commit is contained in:
WenryXu
2019-03-04 19:12:55 +08:00
committed by DIYgod
parent 7c5c86a878
commit 3374917684
3 changed files with 68 additions and 0 deletions

View File

@@ -1112,4 +1112,7 @@ router.get('/bjp/apod', require('./routes/bjp/apod'));
// 洛谷日报
router.get('/luogu/daily/:id?', require('./routes/luogu/daily'));
// 决胜网
router.get('/juesheng', require('./routes/juesheng'));
module.exports = router;