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:
Astrian Zheng
2019-07-23 01:35:26 +08:00
committed by DIYgod
parent 8100de9847
commit 78327f76e0
3 changed files with 60 additions and 0 deletions

View File

@@ -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;