mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
feat: 增加 色华堂 - 色花图片 版块 (#2293)
This commit is contained in:
@@ -1330,7 +1330,11 @@ router.get('/yuque/doc/:repo_id', require('./routes/yuque/doc'));
|
||||
// 飞地
|
||||
router.get('/enclavebooks/category/:id?', require('./routes/enclavebooks/category'));
|
||||
|
||||
// 色花堂
|
||||
// 色花堂 - 色花图片版块
|
||||
router.get('/dsndsht23/picture/:subforumid', require('./routes/dsndsht23/pictures'));
|
||||
|
||||
// 色花堂 - 原创bt电影
|
||||
router.get('/dsndsht23/bt/:subforumid', require('./routes/dsndsht23/index'));
|
||||
router.get('/dsndsht23/:subforumid', require('./routes/dsndsht23/index'));
|
||||
router.get('/dsndsht23', require('./routes/dsndsht23/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user