This commit is contained in:
github-actions[bot]
2026-07-11 15:42:21 +00:00
parent 94753fde22
commit f40a06e3b3
6 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -4167,7 +4167,7 @@
"/gzhu/yjs": [
"shengmaosu"
],
"/hackernews/:section?/:type?/:user?": [
"/hackernews/:section?/:type?/:value?": [
"nczitzk",
"xie-dongping"
],
+2 -2
View File
@@ -10023,11 +10023,11 @@
"/" ],
target:"/gzhu/yjs" } ] },
"ycombinator.com":{ _name:"Hacker News",
news:[ { title:"User",
news:[ { title:"Stories",
docs:"https://docs.rsshub.app/routes/programming",
source:[ "/:section",
"/" ],
target:"/hackernews/:section?/:type?/:user?" } ] },
target:"/hackernews/:section?/:type?/:value?" } ] },
"hacking8.com":{ _name:"Hacking8",
".":[ { title:"信息流",
docs:"https://docs.rsshub.app/routes/programming",
+2 -2
View File
@@ -21859,13 +21859,13 @@
"_name": "Hacker News",
"news": [
{
"title": "User",
"title": "Stories",
"docs": "https://docs.rsshub.app/routes/programming",
"source": [
"/:section",
"/"
],
"target": "/hackernews/:section?/:type?/:user?"
"target": "/hackernews/:section?/:type?/:value?"
}
]
},
+1 -1
View File
@@ -1348,7 +1348,7 @@ export type RoutePath =
| `/gxmzu/yjszsgg`
| `/gzdaily/app/:column?`
| `/gzhu/yjs`
| `/hackernews/:section?/:type?/:user?`
| `/hackernews/:section?/:type?/:value?`
| `/hackertalk/`
| `/hacking8/:category?`
| `/hacking8/search/:keyword?`
+8 -8
View File
@@ -60412,8 +60412,8 @@ export default {
},
"hackernews": {
"routes": {
"/:section?/:type?/:user?": {
"path": "/:section?/:type?/:user?",
"/:section?/:type?/:value?": {
"path": "/:section?/:type?/:value?",
"categories": [
"programming"
],
@@ -60421,13 +60421,13 @@ export default {
"example": "/hackernews/threads/comments_list/dang",
"parameters": {
"section": {
"description": "Content section, default to `index`"
"description": "Content section, default to `index`. Common sections: `index`, `newest`, `ask`, `show`, `jobs`, `over`, `threads`, `submitted`. Any valid HN section (e.g. `best`, `front`, `active`) is also accepted"
},
"type": {
"description": "Link type, default to `sources`"
"description": "Content format, default to `sources`. `sources` links to original articles, `comments` fetches full comment threads, `comments_list` shows parent story with single comment"
},
"user": {
"description": "Set user, only valid in `threads` and `submitted` sections"
"value": {
"description": "For `threads`/`submitted` sections, set user ID. For `over` section, set minimum points threshold (default 100). For other sections, appended as `?id=<value>` (e.g. `value=dang` → `?id=dang`)"
}
},
"features": {
@@ -60446,12 +60446,12 @@ export default {
]
}
],
"name": "User",
"name": "Stories",
"maintainers": [
"nczitzk",
"xie-dongping"
],
"description": "Subscribe to the content of a specific user",
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ----- | -------------- | ------------ | ------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
"location": "index.ts",
"module": () => import('@/routes/hackernews/index.ts')
}
+8 -8
View File
@@ -60412,8 +60412,8 @@
},
"hackernews": {
"routes": {
"/:section?/:type?/:user?": {
"path": "/:section?/:type?/:user?",
"/:section?/:type?/:value?": {
"path": "/:section?/:type?/:value?",
"categories": [
"programming"
],
@@ -60421,13 +60421,13 @@
"example": "/hackernews/threads/comments_list/dang",
"parameters": {
"section": {
"description": "Content section, default to `index`"
"description": "Content section, default to `index`. Common sections: `index`, `newest`, `ask`, `show`, `jobs`, `over`, `threads`, `submitted`. Any valid HN section (e.g. `best`, `front`, `active`) is also accepted"
},
"type": {
"description": "Link type, default to `sources`"
"description": "Content format, default to `sources`. `sources` links to original articles, `comments` fetches full comment threads, `comments_list` shows parent story with single comment"
},
"user": {
"description": "Set user, only valid in `threads` and `submitted` sections"
"value": {
"description": "For `threads`/`submitted` sections, set user ID. For `over` section, set minimum points threshold (default 100). For other sections, appended as `?id=<value>` (e.g. `value=dang` → `?id=dang`)"
}
},
"features": {
@@ -60446,12 +60446,12 @@
]
}
],
"name": "User",
"name": "Stories",
"maintainers": [
"nczitzk",
"xie-dongping"
],
"description": "Subscribe to the content of a specific user",
"description": "Subscribe to Hacker News content by section, user, or minimum points\n\nExamples:\n\n| HN100 | User submitted | User threads | Comments list |\n| ----- | -------------- | ------------ | ------------- |\n| `/hackernews/over` | `/hackernews/submitted/sources/dang` | `/hackernews/threads/sources/dang` | `/hackernews/threads/comments_list/dang` |",
"location": "index.ts",
"module": "() => import('@/routes/hackernews/index.ts')"
}