chore: rename platform to channel

This commit is contained in:
Acbox
2026-02-06 20:01:04 +08:00
parent 208dda8956
commit 3bee018d45
8 changed files with 42 additions and 34 deletions
+7 -7
View File
@@ -4476,7 +4476,13 @@ const docTemplate = `{
"type": "string"
}
},
"current_platform": {
"channels": {
"type": "array",
"items": {
"type": "string"
}
},
"current_channel": {
"type": "string"
},
"language": {
@@ -4494,12 +4500,6 @@ const docTemplate = `{
"model": {
"type": "string"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
}
},
"provider": {
"type": "string"
},
+7 -7
View File
@@ -4467,7 +4467,13 @@
"type": "string"
}
},
"current_platform": {
"channels": {
"type": "array",
"items": {
"type": "string"
}
},
"current_channel": {
"type": "string"
},
"language": {
@@ -4485,12 +4491,6 @@
"model": {
"type": "string"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
}
},
"provider": {
"type": "string"
},
+5 -5
View File
@@ -416,7 +416,11 @@ definitions:
items:
type: string
type: array
current_platform:
channels:
items:
type: string
type: array
current_channel:
type: string
language:
type: string
@@ -428,10 +432,6 @@ definitions:
type: array
model:
type: string
platforms:
items:
type: string
type: array
provider:
type: string
query: