mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: add route for uniqlo styling book - woman (#4585)
This commit is contained in:
@@ -2598,6 +2598,9 @@ router.get('/axis-studios/:type/:tag?', require('./routes/axis-studios/work'));
|
||||
// 人民邮电出版社
|
||||
router.get('/ptpress/book/:type?', require('./routes/ptpress/book'));
|
||||
|
||||
// uniqlo styling book
|
||||
router.get('/uniqlo/stylingbook/:category?', require('./routes/uniqlo/stylingbook'));
|
||||
|
||||
// 本地宝焦点资讯
|
||||
router.get('/bendibao/news/:city', require('./routes/bendibao/news'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user