mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-25 13:45:03 +08:00
feat: replace x-code icon with high-res xcode icon via URL import
Replace the old low-res x-code inline SVG (7.6KB) with a new high-res xcode.svg (286KB) loaded via Vite URL import. Update all three provider preset files to reference the new icon name.
This commit is contained in:
@@ -1253,7 +1253,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
|
||||
category: "third_party",
|
||||
isPartner: true,
|
||||
partnerPromotionKey: "x-code",
|
||||
icon: "x-code",
|
||||
icon: "xcode",
|
||||
iconColor: "#000000",
|
||||
templateValues: {
|
||||
apiKey: {
|
||||
|
||||
Reference in New Issue
Block a user