mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
* 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>
14 lines
351 B
JavaScript
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?',
|
|
},
|
|
],
|
|
},
|
|
};
|