mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +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
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
module.exports = (router) => {
|
|
router.get('/news', require('./news'));
|
|
};
|