mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
14 lines
358 B
JavaScript
14 lines
358 B
JavaScript
module.exports = {
|
|
'hackmd.io': {
|
|
_name: 'HackMD',
|
|
'.': [
|
|
{
|
|
title: 'Profile',
|
|
docs: 'https://docs.rsshub.app/routes/programming#hackmd',
|
|
source: ['/:profile'],
|
|
target: (params) => `/hackmd/profile/${params.replace('@', '')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|