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:
Jason
2026-01-09 20:03:24 +08:00
parent 8e6fad7af2
commit df3f8a05c4
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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",