feat(icons): update RightCode provider icon

- Import new detailed RC icon from rc.svg (128x128 viewBox)
- Add icon configuration to Claude provider preset
- Remove duplicate old RC icon definition to fix TS1117 error
This commit is contained in:
Jason
2026-01-23 09:25:09 +08:00
parent 9c249d9486
commit 79d3ecc1b8
3 changed files with 5 additions and 8 deletions
+3 -1
View File
@@ -459,7 +459,9 @@ export const providerPresets: ProviderPreset[] = [
ANTHROPIC_AUTH_TOKEN: "",
},
},
category: "third_party"
category: "third_party",
icon: "rc",
iconColor: "#E96B2C",
},
{
name: "OpenRouter",