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