mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 08:44:41 +08:00
fix(presets): rename AiGoCode to AIGoCode
Update the display name casing for AIGoCode across all provider presets and i18n files to match their official branding.
This commit is contained in:
@@ -4,7 +4,7 @@ import { IconMetadata } from "@/types/icon";
|
||||
export const iconMetadata: Record<string, IconMetadata> = {
|
||||
aigocode: {
|
||||
name: "aigocode",
|
||||
displayName: "AiGoCode",
|
||||
displayName: "AIGoCode",
|
||||
category: "ai-provider",
|
||||
keywords: ["aigocode", "aigo", "code", "third-party"],
|
||||
defaultColor: "#5B7FFF",
|
||||
|
||||
Reference in New Issue
Block a user