mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
feat: add vocus.cc publication (#1948)
This commit is contained in:
@@ -1260,4 +1260,7 @@ router.get('/21caijing/channel/:name', require('./routes/21caijing/channel'));
|
||||
// 北京邮电大学
|
||||
router.get('/bupt/yz/:type', require('./routes/universities/bupt/yz'));
|
||||
|
||||
// VOCUS 方格子
|
||||
router.get('/vocus/publication/:id', require('./routes/vocus/publication'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user