This commit is contained in:
github-actions[bot]
2026-08-03 03:12:44 +00:00
parent 979e4e4068
commit c00c9d4f45
6 changed files with 97 additions and 52 deletions
+6 -2
View File
@@ -6103,12 +6103,16 @@
"/penguin-random-house/the-read-down": [
"StevenRCE0"
],
"/people/liuyan/:id?/:state?": [
"nczitzk",
"pseudoyu"
],
"/people/:site?/:category{.+}?": [
"nczitzk",
"pseudoyu"
],
"/people/liuyan/:id/:state?": [
"nczitzk"
"/people/paper/:page?": [
"pseudoyu"
],
"/people/xjpjh/:keyword?/:year?": [
"LogicJake"
+3 -3
View File
@@ -16060,10 +16060,10 @@
source:[ "/the-read-down" ],
target:"/penguin-random-house/the-read-down" } ] },
"people.com.cn":{ _name:"人民网",
liuyan:[ { title:"领导留言板",
paper:[ { title:"人民日报电子版",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/" ],
target:"/people/liuyan/:id/:state?" } ],
source:[ "/rmrb/pc/layout/index.html" ],
target:"/people/paper" } ],
".":[ { title:"习近平系列重要讲话",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/" ],
+4 -4
View File
@@ -34776,14 +34776,14 @@
},
"people.com.cn": {
"_name": "人民网",
"liuyan": [
"paper": [
{
"title": "领导留言板",
"title": "人民日报电子版",
"docs": "https://docs.rsshub.app/routes/traditional-media",
"source": [
"/"
"/rmrb/pc/layout/index.html"
],
"target": "/people/liuyan/:id/:state?"
"target": "/people/paper"
}
],
".": [
+2 -1
View File
@@ -2271,7 +2271,8 @@ export type RoutePath =
| `/penguin-random-house/articles`
| `/penguin-random-house/the-read-down`
| `/people/:site?/:category{.+}?`
| `/people/liuyan/:id/:state?`
| `/people/liuyan/:id?/:state?`
| `/people/paper/:page?`
| `/people/xjpjh/:keyword?/:year?`
| `/peopo/topic/:topicId?`
| `/perplexity/blog`
+41 -21
View File
@@ -89313,19 +89313,8 @@ export default {
},
"people": {
"routes": {
"/:site?/:category{.+}?": {
"path": "/:site?/:category{.+}?",
"name": "首页头条",
"maintainers": [
"nczitzk",
"pseudoyu"
],
"example": "/people",
"location": "index.ts",
"module": () => import('@/routes/people/index.ts')
},
"/liuyan/:id/:state?": {
"path": "/liuyan/:id/:state?",
"/liuyan/:id?/:state?": {
"path": "/liuyan/:id?/:state?",
"categories": [
"traditional-media"
],
@@ -89342,22 +89331,53 @@ export default {
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"liuyan.people.com.cn/"
]
}
],
"name": "领导留言板",
"maintainers": [
"nczitzk"
"nczitzk",
"pseudoyu"
],
"url": "liuyan.people.com.cn/",
"description": "| 全部 | 待回复 | 办理中 | 已办理 |\n| ---- | ------ | ------ | ------ |\n| 1 | 2 | 3 | 4 |",
"location": "liuyan.ts",
"module": () => import('@/routes/people/liuyan.ts')
},
"/:site?/:category{.+}?": {
"path": "/:site?/:category{.+}?",
"name": "首页头条",
"maintainers": [
"nczitzk",
"pseudoyu"
],
"example": "/people",
"location": "index.ts",
"module": () => import('@/routes/people/index.ts')
},
"/paper/:page?": {
"path": "/paper/:page?",
"categories": [
"traditional-media"
],
"example": "/people/paper",
"parameters": {
"page": "版面编号,如 `01`;使用 `all` 或留空获取全部版面"
},
"radar": [
{
"source": [
"paper.people.com.cn/rmrb/pc/layout/index.html"
],
"target": "/paper"
}
],
"name": "人民日报电子版",
"maintainers": [
"pseudoyu"
],
"url": "paper.people.com.cn/rmrb/pc/layout/index.html",
"description": "获取当日《人民日报》全部版面或指定版面的文章。",
"location": "paper.ts",
"module": () => import('@/routes/people/paper.ts')
},
"/xjpjh/:keyword?/:year?": {
"path": "/xjpjh/:keyword?/:year?",
"categories": [
+41 -21
View File
@@ -89313,19 +89313,8 @@
},
"people": {
"routes": {
"/:site?/:category{.+}?": {
"path": "/:site?/:category{.+}?",
"name": "首页头条",
"maintainers": [
"nczitzk",
"pseudoyu"
],
"example": "/people",
"location": "index.ts",
"module": "() => import('@/routes/people/index.ts')"
},
"/liuyan/:id/:state?": {
"path": "/liuyan/:id/:state?",
"/liuyan/:id?/:state?": {
"path": "/liuyan/:id?/:state?",
"categories": [
"traditional-media"
],
@@ -89342,22 +89331,53 @@
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"liuyan.people.com.cn/"
]
}
],
"name": "领导留言板",
"maintainers": [
"nczitzk"
"nczitzk",
"pseudoyu"
],
"url": "liuyan.people.com.cn/",
"description": "| 全部 | 待回复 | 办理中 | 已办理 |\n| ---- | ------ | ------ | ------ |\n| 1 | 2 | 3 | 4 |",
"location": "liuyan.ts",
"module": "() => import('@/routes/people/liuyan.ts')"
},
"/:site?/:category{.+}?": {
"path": "/:site?/:category{.+}?",
"name": "首页头条",
"maintainers": [
"nczitzk",
"pseudoyu"
],
"example": "/people",
"location": "index.ts",
"module": "() => import('@/routes/people/index.ts')"
},
"/paper/:page?": {
"path": "/paper/:page?",
"categories": [
"traditional-media"
],
"example": "/people/paper",
"parameters": {
"page": "版面编号,如 `01`;使用 `all` 或留空获取全部版面"
},
"radar": [
{
"source": [
"paper.people.com.cn/rmrb/pc/layout/index.html"
],
"target": "/paper"
}
],
"name": "人民日报电子版",
"maintainers": [
"pseudoyu"
],
"url": "paper.people.com.cn/rmrb/pc/layout/index.html",
"description": "获取当日《人民日报》全部版面或指定版面的文章。",
"location": "paper.ts",
"module": "() => import('@/routes/people/paper.ts')"
},
"/xjpjh/:keyword?/:year?": {
"path": "/xjpjh/:keyword?/:year?",
"categories": [