feat: 增加生物谷 (#4862)

This commit is contained in:
xfangbao
2020-06-01 00:16:24 -04:00
committed by GitHub
parent 09369894f8
commit 858a84a69c
3 changed files with 56 additions and 0 deletions

View File

@@ -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'));