mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
feat: add 新闻联播 (#3004)
* feat: add 新闻联播 * fix: newline * use dayjs to replace luxon
This commit is contained in:
committed by
DIYgod
parent
67380a6067
commit
6842c76de1
@@ -290,6 +290,8 @@ router.get('/tingshuitz/wuhan', require('./routes/tingshuitz/wuhan'));
|
||||
router.get('/mihoyo/bh3/:type', require('./routes/mihoyo/bh3'));
|
||||
router.get('/mihoyo/bh2/:type', require('./routes/mihoyo/bh2'));
|
||||
|
||||
// 新闻联播
|
||||
router.get('/cctv/xwlb', require('./routes/cctv/xwlb'));
|
||||
// 央视新闻
|
||||
router.get('/cctv/:category', require('./routes/cctv/category'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user