mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
feat: 添加了 Stork 文献鸟关键词追踪路由 (#4853)
This commit is contained in:
committed by
GitHub
parent
fe9b8fec3d
commit
0440485e2e
@@ -2756,6 +2756,9 @@ router.get('/pbc/tradeAnnouncement', require('./routes/pbc/tradeAnnouncement'));
|
||||
// Monotype
|
||||
router.get('/monotype/article', require('./routes/monotype/article'));
|
||||
|
||||
// Stork
|
||||
router.get('/stork/keyword/:trackID/:displayKey', require('./routes/stork/keyword'));
|
||||
|
||||
// 致美化
|
||||
router.get('/zhutix/latest', require('./routes/zhutix/latest'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user