mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-30 16:55:08 +08:00
deploy: 080796cc4f
This commit is contained in:
@@ -308,6 +308,9 @@
|
||||
"/nio/nioradio/:albumid": [
|
||||
"marcosteam"
|
||||
],
|
||||
"/omegascans/series/:id": [
|
||||
"ereneroglum"
|
||||
],
|
||||
"/polymarket/event/:slug": [
|
||||
"heqi201255"
|
||||
],
|
||||
|
||||
@@ -2202,6 +2202,7 @@ export type RoutePath =
|
||||
| `/olevod/vodlist`
|
||||
| `/ollama/blog`
|
||||
| `/ollama/library`
|
||||
| `/omegascans/series/:id`
|
||||
| `/oncc/:language/:channel?`
|
||||
| `/oncc/money18/:id?`
|
||||
| `/onehu/`
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user