mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
* 添加新的路由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
14 lines
341 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|