mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
deploy: 2c5929347a
This commit is contained in:
@@ -1444,22 +1444,22 @@
|
||||
"/bsky/profile/:handle/:routeParams?": [
|
||||
"TonyRL"
|
||||
],
|
||||
"/daily/discussed/:period?/:innerSharedContent?/:dateSort?": [
|
||||
"/daily/discussed/:period?/:dateSort?": [
|
||||
"Rjnishant530"
|
||||
],
|
||||
"/daily/popular/:innerSharedContent?/:dateSort?": [
|
||||
"/daily/popular/:dateSort?": [
|
||||
"Rjnishant530"
|
||||
],
|
||||
"/daily/source/:sourceId/:innerSharedContent?": [
|
||||
"/daily/source/:sourceId": [
|
||||
"TonyRL"
|
||||
],
|
||||
"/daily/squads/:squads/:innerSharedContent?": [
|
||||
"/daily/squads/:squads": [
|
||||
"Rjnishant530"
|
||||
],
|
||||
"/daily/upvoted/:period?/:innerSharedContent?/:dateSort?": [
|
||||
"/daily/upvoted/:period?/:dateSort?": [
|
||||
"Rjnishant530"
|
||||
],
|
||||
"/daily/user/:userId/:innerSharedContent?": [
|
||||
"/daily/user/:userId": [
|
||||
"TonyRL"
|
||||
],
|
||||
"/discord/quests": [
|
||||
|
||||
@@ -2383,28 +2383,28 @@
|
||||
app:[ { title:"Most Discussed",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/discussed" ],
|
||||
target:"/daily/discussed/:period?/:innerSharedContent?/:dateSort?" },
|
||||
target:"/daily/discussed/:period?/:dateSort?" },
|
||||
{ title:"Popular",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/popular" ],
|
||||
target:"/daily/popular/:innerSharedContent?/:dateSort?" },
|
||||
target:"/daily/popular/:dateSort?" },
|
||||
{ title:"Source Posts",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/sources/:sourceId" ],
|
||||
target:"/daily/source/:sourceId/:innerSharedContent?" },
|
||||
target:"/daily/source/:sourceId" },
|
||||
{ title:"Squads",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/squads/:squads" ],
|
||||
target:"/daily/squads/:squads/:innerSharedContent?" },
|
||||
target:"/daily/squads/:squads" },
|
||||
{ title:"Most upvoted",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/upvoted" ],
|
||||
target:"/daily/upvoted/:period?/:innerSharedContent?/:dateSort?" },
|
||||
target:"/daily/upvoted/:period?/:dateSort?" },
|
||||
{ title:"User Posts",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
source:[ "/:userId/posts",
|
||||
"/:userId" ],
|
||||
target:"/daily/user/:userId/:innerSharedContent?" } ] },
|
||||
target:"/daily/user/:userId" } ] },
|
||||
"discord.com":{ _name:"Discord",
|
||||
".":[ { title:"Quests",
|
||||
docs:"https://docs.rsshub.app/routes/social-media",
|
||||
|
||||
@@ -5423,7 +5423,7 @@
|
||||
"source": [
|
||||
"/discussed"
|
||||
],
|
||||
"target": "/daily/discussed/:period?/:innerSharedContent?/:dateSort?"
|
||||
"target": "/daily/discussed/:period?/:dateSort?"
|
||||
},
|
||||
{
|
||||
"title": "Popular",
|
||||
@@ -5431,7 +5431,7 @@
|
||||
"source": [
|
||||
"/popular"
|
||||
],
|
||||
"target": "/daily/popular/:innerSharedContent?/:dateSort?"
|
||||
"target": "/daily/popular/:dateSort?"
|
||||
},
|
||||
{
|
||||
"title": "Source Posts",
|
||||
@@ -5439,7 +5439,7 @@
|
||||
"source": [
|
||||
"/sources/:sourceId"
|
||||
],
|
||||
"target": "/daily/source/:sourceId/:innerSharedContent?"
|
||||
"target": "/daily/source/:sourceId"
|
||||
},
|
||||
{
|
||||
"title": "Squads",
|
||||
@@ -5447,7 +5447,7 @@
|
||||
"source": [
|
||||
"/squads/:squads"
|
||||
],
|
||||
"target": "/daily/squads/:squads/:innerSharedContent?"
|
||||
"target": "/daily/squads/:squads"
|
||||
},
|
||||
{
|
||||
"title": "Most upvoted",
|
||||
@@ -5455,7 +5455,7 @@
|
||||
"source": [
|
||||
"/upvoted"
|
||||
],
|
||||
"target": "/daily/upvoted/:period?/:innerSharedContent?/:dateSort?"
|
||||
"target": "/daily/upvoted/:period?/:dateSort?"
|
||||
},
|
||||
{
|
||||
"title": "User Posts",
|
||||
@@ -5464,7 +5464,7 @@
|
||||
"/:userId/posts",
|
||||
"/:userId"
|
||||
],
|
||||
"target": "/daily/user/:userId/:innerSharedContent?"
|
||||
"target": "/daily/user/:userId"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -714,12 +714,12 @@ export type RoutePath =
|
||||
| `/cztv/zjxwlb`
|
||||
| `/cztv/zjxwlb/daily`
|
||||
| `/dahecube/:type?`
|
||||
| `/daily/discussed/:period?/:innerSharedContent?/:dateSort?`
|
||||
| `/daily/popular/:innerSharedContent?/:dateSort?`
|
||||
| `/daily/source/:sourceId/:innerSharedContent?`
|
||||
| `/daily/squads/:squads/:innerSharedContent?`
|
||||
| `/daily/upvoted/:period?/:innerSharedContent?/:dateSort?`
|
||||
| `/daily/user/:userId/:innerSharedContent?`
|
||||
| `/daily/discussed/:period?/:dateSort?`
|
||||
| `/daily/popular/:dateSort?`
|
||||
| `/daily/source/:sourceId`
|
||||
| `/daily/squads/:squads`
|
||||
| `/daily/upvoted/:period?/:dateSort?`
|
||||
| `/daily/user/:userId`
|
||||
| `/dailypush/:sort?`
|
||||
| `/dailypush/tag/:tag/:sort?`
|
||||
| `/damai/activity/:city/:category/:subcategory/:keyword?`
|
||||
|
||||
+13
-101
@@ -19310,8 +19310,8 @@ export default {
|
||||
},
|
||||
"daily": {
|
||||
"routes": {
|
||||
"/discussed/:period?/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/discussed/:period?/:innerSharedContent?/:dateSort?",
|
||||
"/discussed/:period?/:dateSort?": {
|
||||
"path": "/discussed/:period?/:dateSort?",
|
||||
"example": "/daily/discussed/30",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19327,20 +19327,6 @@ export default {
|
||||
],
|
||||
"url": "app.daily.dev/discussed",
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19377,8 +19363,8 @@ export default {
|
||||
"location": "discussed.ts",
|
||||
"module": () => import('@/routes/daily/discussed.ts')
|
||||
},
|
||||
"/popular/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/popular/:innerSharedContent?/:dateSort?",
|
||||
"/popular/:dateSort?": {
|
||||
"path": "/popular/:dateSort?",
|
||||
"example": "/daily/popular",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19389,20 +19375,6 @@ export default {
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19426,25 +19398,11 @@ export default {
|
||||
"location": "popular.ts",
|
||||
"module": () => import('@/routes/daily/popular.ts')
|
||||
},
|
||||
"/source/:sourceId/:innerSharedContent?": {
|
||||
"path": "/source/:sourceId/:innerSharedContent?",
|
||||
"/source/:sourceId": {
|
||||
"path": "/source/:sourceId",
|
||||
"example": "/daily/source/hn",
|
||||
"parameters": {
|
||||
"sourceId": "The source id",
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
"sourceId": "The source id"
|
||||
},
|
||||
"radar": [
|
||||
{
|
||||
@@ -19461,26 +19419,10 @@ export default {
|
||||
"location": "source.ts",
|
||||
"module": () => import('@/routes/daily/source.ts')
|
||||
},
|
||||
"/squads/:squads/:innerSharedContent?": {
|
||||
"path": "/squads/:squads/:innerSharedContent?",
|
||||
"/squads/:squads": {
|
||||
"path": "/squads/:squads",
|
||||
"example": "/daily/squads/watercooler",
|
||||
"view": 0,
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
@@ -19496,8 +19438,8 @@ export default {
|
||||
"location": "squads.ts",
|
||||
"module": () => import('@/routes/daily/squads.ts')
|
||||
},
|
||||
"/upvoted/:period?/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/upvoted/:period?/:innerSharedContent?/:dateSort?",
|
||||
"/upvoted/:period?/:dateSort?": {
|
||||
"path": "/upvoted/:period?/:dateSort?",
|
||||
"example": "/daily/upvoted/7",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19508,20 +19450,6 @@ export default {
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19563,8 +19491,8 @@ export default {
|
||||
"location": "upvoted.ts",
|
||||
"module": () => import('@/routes/daily/upvoted.ts')
|
||||
},
|
||||
"/user/:userId/:innerSharedContent?": {
|
||||
"path": "/user/:userId/:innerSharedContent?",
|
||||
"/user/:userId": {
|
||||
"path": "/user/:userId",
|
||||
"example": "/daily/user/kramer",
|
||||
"radar": [
|
||||
{
|
||||
@@ -19574,22 +19502,6 @@ export default {
|
||||
]
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "User Posts",
|
||||
"maintainers": [
|
||||
"TonyRL"
|
||||
|
||||
+13
-101
@@ -19310,8 +19310,8 @@
|
||||
},
|
||||
"daily": {
|
||||
"routes": {
|
||||
"/discussed/:period?/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/discussed/:period?/:innerSharedContent?/:dateSort?",
|
||||
"/discussed/:period?/:dateSort?": {
|
||||
"path": "/discussed/:period?/:dateSort?",
|
||||
"example": "/daily/discussed/30",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19327,20 +19327,6 @@
|
||||
],
|
||||
"url": "app.daily.dev/discussed",
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19377,8 +19363,8 @@
|
||||
"location": "discussed.ts",
|
||||
"module": "() => import('@/routes/daily/discussed.ts')"
|
||||
},
|
||||
"/popular/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/popular/:innerSharedContent?/:dateSort?",
|
||||
"/popular/:dateSort?": {
|
||||
"path": "/popular/:dateSort?",
|
||||
"example": "/daily/popular",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19389,20 +19375,6 @@
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19426,25 +19398,11 @@
|
||||
"location": "popular.ts",
|
||||
"module": "() => import('@/routes/daily/popular.ts')"
|
||||
},
|
||||
"/source/:sourceId/:innerSharedContent?": {
|
||||
"path": "/source/:sourceId/:innerSharedContent?",
|
||||
"/source/:sourceId": {
|
||||
"path": "/source/:sourceId",
|
||||
"example": "/daily/source/hn",
|
||||
"parameters": {
|
||||
"sourceId": "The source id",
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
"sourceId": "The source id"
|
||||
},
|
||||
"radar": [
|
||||
{
|
||||
@@ -19461,26 +19419,10 @@
|
||||
"location": "source.ts",
|
||||
"module": "() => import('@/routes/daily/source.ts')"
|
||||
},
|
||||
"/squads/:squads/:innerSharedContent?": {
|
||||
"path": "/squads/:squads/:innerSharedContent?",
|
||||
"/squads/:squads": {
|
||||
"path": "/squads/:squads",
|
||||
"example": "/daily/squads/watercooler",
|
||||
"view": 0,
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"radar": [
|
||||
{
|
||||
"source": [
|
||||
@@ -19496,8 +19438,8 @@
|
||||
"location": "squads.ts",
|
||||
"module": "() => import('@/routes/daily/squads.ts')"
|
||||
},
|
||||
"/upvoted/:period?/:innerSharedContent?/:dateSort?": {
|
||||
"path": "/upvoted/:period?/:innerSharedContent?/:dateSort?",
|
||||
"/upvoted/:period?/:dateSort?": {
|
||||
"path": "/upvoted/:period?/:dateSort?",
|
||||
"example": "/daily/upvoted/7",
|
||||
"view": 0,
|
||||
"radar": [
|
||||
@@ -19508,20 +19450,6 @@
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dateSort": {
|
||||
"description": "Sort posts by publication date instead of popularity",
|
||||
"default": "true",
|
||||
@@ -19563,8 +19491,8 @@
|
||||
"location": "upvoted.ts",
|
||||
"module": "() => import('@/routes/daily/upvoted.ts')"
|
||||
},
|
||||
"/user/:userId/:innerSharedContent?": {
|
||||
"path": "/user/:userId/:innerSharedContent?",
|
||||
"/user/:userId": {
|
||||
"path": "/user/:userId",
|
||||
"example": "/daily/user/kramer",
|
||||
"radar": [
|
||||
{
|
||||
@@ -19574,22 +19502,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"innerSharedContent": {
|
||||
"description": "Where to Fetch inner Shared Posts instead of original",
|
||||
"default": "false",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
"label": "False"
|
||||
},
|
||||
{
|
||||
"value": "true",
|
||||
"label": "True"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "User Posts",
|
||||
"maintainers": [
|
||||
"TonyRL"
|
||||
|
||||
Reference in New Issue
Block a user