From dfd877c96bee29281699d999414740e89fb4c6d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:45:44 +0000 Subject: [PATCH] deploy: 2c5929347a8283005df2a7b771f40ee324c38cfe --- build/maintainers.json | 12 ++--- build/radar-rules.js | 12 ++--- build/radar-rules.json | 12 ++--- build/route-paths.ts | 12 ++--- build/routes.js | 114 +++++------------------------------------ build/routes.json | 114 +++++------------------------------------ 6 files changed, 50 insertions(+), 226 deletions(-) diff --git a/build/maintainers.json b/build/maintainers.json index cd11871f97..c0f7c4ecee 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -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": [ diff --git a/build/radar-rules.js b/build/radar-rules.js index b553bfb561..2608ae6c4c 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -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", diff --git a/build/radar-rules.json b/build/radar-rules.json index 52e1d5a187..004fef3d6e 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -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" } ] }, diff --git a/build/route-paths.ts b/build/route-paths.ts index fe367b562f..caa84d298b 100644 --- a/build/route-paths.ts +++ b/build/route-paths.ts @@ -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?` diff --git a/build/routes.js b/build/routes.js index 8cc0818c35..070ba9c329 100644 --- a/build/routes.js +++ b/build/routes.js @@ -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" diff --git a/build/routes.json b/build/routes.json index 0c56951354..f95517258a 100644 --- a/build/routes.json +++ b/build/routes.json @@ -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"