Update src/pages/index.tsx
Browse files- src/pages/index.tsx +2 -2
src/pages/index.tsx
CHANGED
@@ -27,8 +27,8 @@ const PROVIDERS: ProviderInfo[] = [
|
|
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: ["
|
31 |
-
{ color: "#8BC34A", authors: ["
|
32 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|
|
|
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: ["XiaomiMiMo"] },
|
31 |
+
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
32 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|