fix: selection styles

This commit is contained in:
jialin
2026-05-25 13:56:44 +08:00
committed by jialin
parent acef2ef89a
commit aad3b458c8
6 changed files with 72 additions and 37 deletions
+2 -1
View File
@@ -422,7 +422,8 @@ export interface InstanceRestartCount {
export interface ModelLoraAdapterResult {
lora_list: Array<{
is_local: boolean;
lora_repo_name: string;
source: string;
source: 'huggingface' | 'model_scope' | 'local_path';
}>;
}