feat(route): add 世界计划(pjsk) (#7878)

Co-authored-by: NeverBehave <gayhub@never.pet>
This commit is contained in:
15x15
2021-07-17 17:40:52 +08:00
committed by GitHub
parent 0889aeeff7
commit b101ba9755
4 changed files with 64 additions and 0 deletions

View File

@@ -4139,6 +4139,9 @@ router.get('/caus/:category?', require('./routes/caus'));
// 摩点
router.get('/modian/zhongchou/:category?/:sort?/:status?', require('./routes/modian/zhongchou'));
// 世界计划 多彩舞台 feat.初音未来 (ProjectSekai)
router.get('/pjsk/news', require('./routes/pjsk/news'));
// 人民论坛网
router.get('/rmlt/idea/:category?', require('./routes/rmlt/idea'));