mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: AI研习社添加参数 (#2416)
* enhance: AI研习社添加参数 * 支持查看不同领域 * 排序方式 * fix warning * enhance: 添加更多类别
This commit is contained in:
@@ -1419,6 +1419,6 @@ router.get('/outagereport/:name/:count?', require('./routes/outagereport/service
|
||||
router.get('/sixthtone/news', require('./routes/sixthtone/news'));
|
||||
|
||||
// AI研习社
|
||||
router.get('/aiyanxishe/', require('./routes/aiyanxishe/home'));
|
||||
router.get('/aiyanxishe/:id/:sort?', require('./routes/aiyanxishe/home'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user