mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
20 lines
592 B
JavaScript
20 lines
592 B
JavaScript
module.exports = {
|
|
'techflow520.com': {
|
|
_name: '深潮TechFlow',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#shen-chao-techflow-fen-lei',
|
|
source: ['/'],
|
|
target: '/techflow520/:category?',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/new-media.html#shen-chao-techflow-kuai-xun',
|
|
source: ['/newsflash'],
|
|
target: '/techflow520/newsflash',
|
|
},
|
|
],
|
|
},
|
|
};
|