mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
feat: Add “Arknights” game official news channel (#2670)
* Add “Arknights” game official news channel * Update docs for new “Arknights” channel * Fix cache issue with “Arknights” channel * Update document in standard format * Update document in standard format
This commit is contained in:
@@ -1531,4 +1531,7 @@ router.get('/codeceo/:type/:category?', require('./routes/codeceo/category'));
|
||||
// BOF
|
||||
router.get('/bof/home', require('./routes/bof/home'));
|
||||
|
||||
// 《明日方舟》游戏
|
||||
router.get('/arknights/news', require('./routes/arknights/news'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user