mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
feat: 增加生物谷 (#4862)
This commit is contained in:
@@ -2772,6 +2772,9 @@ router.get('/zhutix/latest', require('./routes/zhutix/latest'));
|
||||
// arXiv
|
||||
router.get('/arxiv/:query', require('./routes/arxiv/query'));
|
||||
|
||||
// 生物谷
|
||||
router.get('/shengwugu/:uid?', require('./routes/shengwugu/index'));
|
||||
|
||||
// 环球律师事务所文章
|
||||
router.get('/law/hq', require('./routes/law/hq'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user