mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat(route): add hashnode 用户博客 (#9987)
* 添加hashnode用户posts获取 * fix(route)(hashnode): update route v1 to v2 * fix(route)(hashnode): 优化代码名称和完善doc * update parseDate function Co-authored-by: wenhao <wenhao@mafengwo.com>
This commit is contained in:
13
docs/blog.md
13
docs/blog.md
@@ -30,6 +30,19 @@ pageClass: routes
|
||||
|
||||
<Route author="cerebrater" example="/gwern/newest" path="/gwern/:category" :paramsDesc="['網誌主頁的分類訊息']"/>
|
||||
|
||||
## hashnode
|
||||
|
||||
### 用户博客
|
||||
|
||||
<Route author="hnrainll" example="/hashnode/blog/inklings" path="/hashnode/blog/:username" :paramsDesc="['博主名称,用户头像 URL 中找到']">
|
||||
|
||||
::: tip 提示
|
||||
|
||||
username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog 地址。
|
||||
|
||||
:::
|
||||
|
||||
</Route>
|
||||
## Hedwig.pub
|
||||
|
||||
### 博客
|
||||
|
||||
Reference in New Issue
Block a user