mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
327 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|