fix: details layout

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 5747cae87a
commit d173e2d49b
14 changed files with 103 additions and 33 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export interface InstancesData {
env: any;
extended_kv_cache: any;
speculative_config: any;
subordinate_workers: any;
subordinate_workers: any[];
}
export interface WorkerData {