mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 10:21:16 +08:00
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:
@@ -459,7 +459,9 @@ export const providerPresets: ProviderPreset[] = [
|
||||
ANTHROPIC_AUTH_TOKEN: "",
|
||||
},
|
||||
},
|
||||
category: "third_party"
|
||||
category: "third_party",
|
||||
icon: "rc",
|
||||
iconColor: "#E96B2C",
|
||||
},
|
||||
{
|
||||
name: "OpenRouter",
|
||||
|
||||
Reference in New Issue
Block a user