fix: custom versin configs

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent d393f9ee9e
commit caabeb065a
19 changed files with 289 additions and 894 deletions
+3 -6
View File
@@ -36,12 +36,9 @@
"type": ["string", "null"],
"description": "start command"
},
"backend_list": {
"type": "array",
"items": {
"type": "string"
},
"description": "backend list"
"custom_framework": {
"type": ["string", "null"],
"description": "custom framework"
}
},
"required": ["image_name", "run_command"],