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"
},