Files
RSSHub/lib/v2/nippon/radar.js
Laam Pui 81cd715ed0 feat(route): add nippon.com (#7312)
* feat: add nippon.com

* fix: nippon route

* fix: nippon.com route

* refactor: nippon route v2

* fix: nippon

* Update lib/v2/nippon/index.js

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

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-01 01:04:03 +08:00

14 lines
351 B
JavaScript

module.exports = {
'nippon.com': {
_name: '走进日本',
www: [
{
title: '政治外交',
docs: 'https://docs.rsshub.app/travel.html#zou-jin-ri-ben',
source: ['/nippon/:category?', '/cn'],
target: '/nippon/:category?',
},
],
},
};