Update src/pages/index.tsx
Browse files- src/pages/index.tsx +3 -1
src/pages/index.tsx
CHANGED
|
@@ -14,7 +14,7 @@ import OrganizationCard from "../components/OrganizationCard";
|
|
| 14 |
import { getRankingBadge } from "../utils/ranking";
|
| 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"] },
|
|
@@ -29,6 +29,8 @@ const PROVIDERS: ProviderInfo[] = [
|
|
| 29 |
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
|
| 30 |
{ color: "#009688", authors: ["XiaomiMiMo"] },
|
| 31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
|
|
|
|
|
|
| 32 |
];
|
| 33 |
|
| 34 |
export async function getStaticProps() {
|
|
|
|
| 14 |
import { getRankingBadge } from "../utils/ranking";
|
| 15 |
|
| 16 |
const PROVIDERS: ProviderInfo[] = [
|
| 17 |
+
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
|
| 18 |
{ color: "#00BCD4", authors: ["tencent"] },
|
| 19 |
{ color: "#FFD700", authors: ["BAAI"] },
|
| 20 |
{ color: "#DC143C", authors: ["OpenGVLab","InternLM"] },
|
|
|
|
| 29 |
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
|
| 30 |
{ color: "#009688", authors: ["XiaomiMiMo"] },
|
| 31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
| 32 |
+
{ color: "#4B0082", authors: ["m-a-p"] },
|
| 33 |
+
|
| 34 |
];
|
| 35 |
|
| 36 |
export async function getStaticProps() {
|