Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -26,7 +26,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
26 |
{ color: "#607D8B", authors: ["THUDM"] },
|
27 |
{ color: "#3F51B5", authors: ["Rednote-hilab"] },
|
28 |
{ color: "#DC143C", authors: ["deepseek-ai"] },
|
29 |
-
{ color: "#FF4500", authors: ["Qwen"
|
30 |
{ color: "#009688", authors: ["Xiaomi MiMo"] },
|
31 |
{ color: "#8BC34A", authors: ["Index Team"] },
|
32 |
];
|
|
|
26 |
{ color: "#607D8B", authors: ["THUDM"] },
|
27 |
{ color: "#3F51B5", authors: ["Rednote-hilab"] },
|
28 |
{ color: "#DC143C", authors: ["deepseek-ai"] },
|
29 |
+
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
|
30 |
{ color: "#009688", authors: ["Xiaomi MiMo"] },
|
31 |
{ color: "#8BC34A", authors: ["Index Team"] },
|
32 |
];
|