mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
增加 深圳大学研究生招生通知 (#2019)
* 增加 深圳大学研究生招生通知 * 对全文内容使用缓存 * code prettified * fix cache implementation * remove duplicate logging output * update university.md
This commit is contained in:
@@ -742,6 +742,9 @@ router.get('/shu/jwc/:type?', require('./routes/universities/shu/jwc'));
|
||||
// 北京科技大学天津学院
|
||||
router.get('/ustb/tj/news/:type?', require('./routes/universities/ustb/tj/news'));
|
||||
|
||||
// 深圳大学
|
||||
router.get('/szu/yz/:type?', require('./routes/universities/szu/yz'));
|
||||
|
||||
// ifanr
|
||||
router.get('/ifanr/:channel?', require('./routes/ifanr/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user