mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 10:25:05 +08:00
feat: add xiaomi mimo icon and claude provider configuration (#470)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 |
Reference in New Issue
Block a user