mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
feat: add RF技术社区文章 (#4749)
This commit is contained in:
@@ -2665,6 +2665,9 @@ router.get('/qingting/channel/:id', require('./routes/qingting/channel'));
|
||||
// 金色财经
|
||||
router.get('/jinse/lives', require('./routes/jinse/lives'));
|
||||
|
||||
// RF技术社区
|
||||
router.get('/rf/article', require('./routes/rf/article'));
|
||||
|
||||
// University of Massachusetts Amherst
|
||||
router.get('/umass/amherst/ecenews', require('./routes/umass/amherst/ecenews'));
|
||||
router.get('/umass/amherst/csnews', require('./routes/umass/amherst/csnews'));
|
||||
|
||||
Reference in New Issue
Block a user