Update src/pages/index.tsx
Browse files- src/pages/index.tsx +9 -9
src/pages/index.tsx
CHANGED
@@ -15,20 +15,20 @@ import { getRankingBadge } from "../utils/ranking";
|
|
15 |
|
16 |
const PROVIDERS: ProviderInfo[] = [
|
17 |
{ color: "#E91E63", authors: ["Baidu"] },
|
18 |
-
{ color: "#00BCD4", authors: ["
|
19 |
{ color: "#FFD700", authors: ["BAAI"] },
|
20 |
-
{ color: "#DC143C", authors: ["
|
21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
22 |
-
{ color: "#556B2F", authors: ["
|
23 |
-
{ color: "#7FFFD4", authors: ["
|
24 |
-
{ color: "#FF6347", authors: ["Bytedance"] },
|
25 |
{ color: "#9C27B0", authors: ["OpenBMB"] },
|
26 |
{ color: "#607D8B", authors: ["THUDM"] },
|
27 |
{ color: "#3F51B5", authors: ["Rednote-hilab"] },
|
28 |
-
{ color: "#DC143C", authors: ["
|
29 |
-
{ color: "#FF4500", authors: ["Qwen"] },
|
30 |
-
{ color: "#009688", authors: ["
|
31 |
-
{ color: "#8BC34A", authors: ["
|
32 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|
|
|
15 |
|
16 |
const PROVIDERS: ProviderInfo[] = [
|
17 |
{ color: "#E91E63", authors: ["Baidu"] },
|
18 |
+
{ color: "#00BCD4", authors: ["tencent"] },
|
19 |
{ color: "#FFD700", authors: ["BAAI"] },
|
20 |
+
{ color: "#DC143C", authors: ["OpenGVLab"],["InternLM"] },
|
21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
22 |
+
{ color: "#556B2F", authors: ["MiniMaxAI"] },
|
23 |
+
{ color: "#7FFFD4", authors: ["stepfun-ai"] },
|
24 |
+
{ color: "#FF6347", authors: ["Bytedance Seed"],["ByteDance"], ["bytedance-research"]},
|
25 |
{ color: "#9C27B0", authors: ["OpenBMB"] },
|
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 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|