Files
RSSHub/lib/v2/techflowpost/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};