fix: auto expand the fields group

This commit is contained in:
jialin
2025-11-07 11:56:12 +08:00
parent 39efca0d4c
commit 64e2cfa35a
18 changed files with 168 additions and 101 deletions
+14 -1
View File
@@ -109,13 +109,26 @@ export const customIcons = [
'≥'
];
export const backendFields = [
/**
* custom backend fields for config yaml
*/
export const customBackendFields = [
'description',
'health_check_path',
'default_run_command',
'version_configs',
'default_backend_param'
];
/**
* built-in backend fields for config yaml
*/
export const builtInBackendFields = [
'description',
'version_configs',
'default_backend_param'
];
export const frameworks = [
{
label: 'CUDA',