This commit is contained in:
github-actions[bot]
2026-08-01 03:42:51 +00:00
parent 3c42c7f2c1
commit df1cd1c30c
4 changed files with 72 additions and 0 deletions
+3
View File
@@ -308,6 +308,9 @@
"/nio/nioradio/:albumid": [
"marcosteam"
],
"/omegascans/series/:id": [
"ereneroglum"
],
"/polymarket/event/:slug": [
"heqi201255"
],
+1
View File
@@ -2202,6 +2202,7 @@ export type RoutePath =
| `/olevod/vodlist`
| `/ollama/blog`
| `/ollama/library`
| `/omegascans/series/:id`
| `/oncc/:language/:channel?`
| `/oncc/money18/:id?`
| `/onehu/`
+34
View File
@@ -5358,6 +5358,40 @@ export default {
"name": "蔚来"
}
},
"omegascans": {
"routes": {
"/series/:id": {
"path": "/series/:id",
"name": "Series Chapters",
"url": "omegascans.org",
"maintainers": [
"ereneroglum"
],
"example": "/omegascans/series/632",
"parameters": {
"id": "Series ID, can be found in API get request on series page"
},
"categories": [
"anime"
],
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportRadar": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"location": "series.ts",
"module": () => import('@/routes/omegascans/series.ts')
}
},
"apiRoutes": {},
"name": "Omega Scans",
"url": "omegascans.org",
"description": "::: tip\nOmega Scans is a localization team working tirelessly to provide readers with high-quality Comics and Novels to read.\n:::"
},
"polymarket": {
"routes": {
"/event/:slug": {
+34
View File
@@ -5358,6 +5358,40 @@
"name": "蔚来"
}
},
"omegascans": {
"routes": {
"/series/:id": {
"path": "/series/:id",
"name": "Series Chapters",
"url": "omegascans.org",
"maintainers": [
"ereneroglum"
],
"example": "/omegascans/series/632",
"parameters": {
"id": "Series ID, can be found in API get request on series page"
},
"categories": [
"anime"
],
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportRadar": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"location": "series.ts",
"module": "() => import('@/routes/omegascans/series.ts')"
}
},
"apiRoutes": {},
"name": "Omega Scans",
"url": "omegascans.org",
"description": "::: tip\nOmega Scans is a localization team working tirelessly to provide readers with high-quality Comics and Novels to read.\n:::"
},
"polymarket": {
"routes": {
"/event/:slug": {