mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* 添加hashnode用户posts获取 * fix(route)(hashnode): update route v1 to v2 * fix(route)(hashnode): 优化代码名称和完善doc * update parseDate function Co-authored-by: wenhao <wenhao@mafengwo.com>
14 lines
322 B
JavaScript
14 lines
322 B
JavaScript
module.exports = {
|
|
'hashnode.dev': {
|
|
_name: 'hashnode',
|
|
'.': [
|
|
{
|
|
title: 'Hashnode Blog',
|
|
docs: 'https://docs.rsshub.app/blog.html#hashnode',
|
|
source: '/',
|
|
target: '/hashnode/blog/:username',
|
|
},
|
|
],
|
|
},
|
|
};
|