Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
@@ -34,6 +34,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
34 |
{ color: "#FF1493", authors: ["fnlp"] },
|
35 |
{ color: "#FFA500", authors: ["inclusionAI"] },
|
36 |
{ color: "#3F51B5", authors: ["meituan-longcat"] },
|
|
|
37 |
];
|
38 |
|
39 |
export async function getStaticProps() {
|
|
|
34 |
{ color: "#FF1493", authors: ["fnlp"] },
|
35 |
{ color: "#FFA500", authors: ["inclusionAI"] },
|
36 |
{ color: "#3F51B5", authors: ["meituan-longcat"] },
|
37 |
+
{ color: "#FF4500", authors: ["Kwai-Klear","Kwai-Kolors","KwaiVGI","kwaipilot"] },
|
38 |
];
|
39 |
|
40 |
export async function getStaticProps() {
|