mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
20 lines
584 B
JavaScript
20 lines
584 B
JavaScript
module.exports = {
|
|
'techflowpost.com': {
|
|
_name: '深潮TechFlow',
|
|
'.': [
|
|
{
|
|
title: '首页',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#shen-chao-techflow-shou-ye',
|
|
source: ['/'],
|
|
target: '/techflowpost',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#shen-chao-techflow-kuai-xun',
|
|
source: ['/express'],
|
|
target: '/techflowpost/express',
|
|
},
|
|
],
|
|
},
|
|
};
|