mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
14 lines
303 B
JavaScript
14 lines
303 B
JavaScript
module.exports = {
|
|
'csdn.net': {
|
|
_name: 'CSDN',
|
|
blog: [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/blog.html#csdn',
|
|
source: ['/:user'],
|
|
target: '/csdn/blog/:user',
|
|
},
|
|
],
|
|
},
|
|
};
|