fix(web):add modelscope provider icon (#1438)

This commit is contained in:
KKparpar 2026-03-13 02:11:46 +08:00
parent 6cd71044a0
commit 147a97c83f

View file

@ -15,6 +15,7 @@ const PROVIDER_ICON_SLUGS: Record<string, string> = {
ollama: "ollama",
mistral: "mistralai",
zhipu: "zhipu",
modelscope: "modelscope",
}
const PROVIDER_DOMAINS: Record<string, string> = {
@ -37,6 +38,7 @@ const PROVIDER_DOMAINS: Record<string, string> = {
avian: "avian.io",
vllm: "vllm.ai",
zhipu: "zhipuai.cn",
modelscope: "modelscope.cn",
}
interface ProviderIconProps {