mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
14 lines
336 B
JavaScript
14 lines
336 B
JavaScript
module.exports = {
|
|
'storm.mg': {
|
|
_name: '風傳媒',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#feng-chuan-mei',
|
|
source: ['/:category/:id'],
|
|
target: '/storm/:category?/:id?',
|
|
},
|
|
],
|
|
},
|
|
};
|