feat: add xiaomi mimo icon and claude provider configuration (#470)

This commit is contained in:
Weiyi Xu
2025-12-25 17:30:29 +08:00
committed by GitHub
parent 8f58c08d0d
commit c87bb43aaa
4 changed files with 27 additions and 0 deletions
File diff suppressed because one or more lines are too long
+7
View File
@@ -331,6 +331,13 @@ export const iconMetadata: Record<string, IconMetadata> = {
keywords: ["aihubmix", "hub", "mix", "aggregator"],
defaultColor: "#006FFB",
},
xiaomimimo: {
name: "xiaomimimo",
displayName: "Xiaomi MiMo",
category: "ai-provider",
keywords: ["xiaomimimo", "xiaomi", "mimo"],
defaultColor: "#000000",
},
};
export function getIconMetadata(name: string): IconMetadata | undefined {
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.2 KiB