mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
module.exports = {
|
|
'focustaiwan.tw': {
|
|
_name: 'Focus Taiwan',
|
|
'.': [
|
|
{
|
|
title: 'Category',
|
|
docs: 'https://docs.rsshub.app/new-media.html#focus-taiwan-category',
|
|
source: ['/:category', '/'],
|
|
target: '/focustaiwan/category?',
|
|
},
|
|
],
|
|
},
|
|
};
|