Files
RSSHub/lib/v2/warthunder/radar.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

14 lines
341 B
JavaScript

module.exports = {
'warthunder.com': {
_name: 'War Thunder',
'.': [
{
title: 'News',
docs: 'https://docs.rsshub.app/game.html#war-thunder-ying-wen-news',
source: ['/en/news', '/'],
target: '/warthunder/news',
},
],
},
};