mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* fix(route): rfa missing url property * docs: add missing en h3 title * fix: use nullish coalescing operator
14 lines
389 B
JavaScript
14 lines
389 B
JavaScript
module.exports = {
|
|
'rfa.org': {
|
|
_name: '自由亚洲电台',
|
|
'.': [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#zi-you-ya-zhou-dian-tai',
|
|
source: '/:language/:channel/:subChannel',
|
|
target: '/rfa/:language/:channel/:subChannel',
|
|
},
|
|
],
|
|
},
|
|
};
|