mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
feat: 增加lofter博客支持,官方rss暂时不可用 (#4448)
This commit is contained in:
@@ -1979,6 +1979,7 @@ router.get('/taptap/review/:id/:order?', require('./routes/taptap/review'));
|
||||
|
||||
// lofter
|
||||
router.get('/lofter/tag/:name/:type?', require('./routes/lofter/tag'));
|
||||
router.get('/lofter/user/:username', require('./routes/lofter/posts'));
|
||||
|
||||
// 米坛社区表盘
|
||||
router.get('/watchface/:watch_type?/:list_type?', require('./routes/watchface/update'));
|
||||
|
||||
Reference in New Issue
Block a user