mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-16 02:42:57 +08:00
feat(route): add CBNData消费站看点 (#7810)
Co-authored-by: NeverBehave <gayhub@never.pet>
This commit is contained in:
@@ -4130,6 +4130,9 @@ router.get('/caus/:category?', require('./routes/caus'));
|
||||
// 摩点
|
||||
router.get('/modian/zhongchou/:category?/:sort?/:status?', require('./routes/modian/zhongchou'));
|
||||
|
||||
// CBNData
|
||||
router.get('/cbndata/information/:category?', require('./routes/cbndata/information'));
|
||||
|
||||
// TANC 艺术新闻
|
||||
router.get('/tanchinese/:category?', require('./routes/tanchinese'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user