chore: update iconfont files

This commit is contained in:
jialin
2025-05-08 18:25:53 +08:00
parent f0f4bd8bf2
commit 80a6658769
8 changed files with 350 additions and 364 deletions
+7 -7
View File
@@ -132,13 +132,6 @@ export const onLineSourceOptions = [
key: 'huggingface',
icon: icons.HF
},
{
label: 'Ollama Library',
locale: false,
value: modelSourceMap.ollama_library_value,
key: 'ollama_library',
icon: icons.Ollama
},
{
label: 'ModelScope',
locale: false,
@@ -152,6 +145,13 @@ export const onLineSourceOptions = [
value: modelSourceMap.local_path_value,
key: 'local_path',
icon: icons.LocalPath
},
{
label: 'Ollama Library',
locale: false,
value: modelSourceMap.ollama_library_value,
key: 'ollama_library',
icon: icons.Ollama
}
];