Files
RSSHub/lib/v2/warthunder/router.js
Axojhf 0b8aa32918 feat(route): add 战争雷霆英文官网-新闻版块 (#10553)
* 添加新的路由lovelive-anime

* 修改部分debug,添加以符合标准

* Update docs/anime.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lovelive-anime/news.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lovelive-anime/news.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lovelive-anime/news.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/lovelive-anime/templates/description.art

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Add en docs

* Add a route for War Thunder

* Add cn en docs

* fix warthunder en doc

* update warthunder doc comments

* fix warthunder doc

* fix warthunder radar

* Update lib/v2/warthunder/news.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/warthunder/radar.js
2022-08-20 20:44:04 +08:00

4 lines
78 B
JavaScript

module.exports = (router) => {
router.get('/news', require('./news'));
};