fix(style): dark style

This commit is contained in:
jialin
2025-04-29 18:05:43 +08:00
parent e5aa5ace15
commit 954b034b8b
23 changed files with 176 additions and 111 deletions
@@ -154,6 +154,7 @@ const AddModal: FC<AddModalProps> = (props) => {
const handleOnSelectModel = (item: any, evaluate?: boolean) => {
setSelectedModel(item);
console.log('item.isGGUF=========>', item.isGGUF);
if (!item.isGGUF) {
setIsGGUF(false);
form.current?.form?.resetFields(resetFields);
+2 -1
View File
@@ -489,7 +489,8 @@ export const updateExcludeFields = [
'ollama_library_model_name',
'scheduleType',
'backend',
'gpu_selector'
'gpu_selector',
'categories'
];
export const formFields = [