Files
RSSHub/lib/v2/ithome/radar.js
2021-11-27 08:01:02 +00:00

14 lines
327 B
JavaScript

module.exports = {
'ithome.com': {
_name: 'IT之家',
'.': [
{
title: '专题',
docs: 'https://docs.rsshub.app/new-media.html#it-zhi-jia-zhuan-ti',
source: ['/zt/:id'],
target: '/ithome/zt/:id',
},
],
},
};