mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 00:35:32 +08:00
chore(presets): switch RelaxyCode icon to custom relaxcode.png
Replace the generic claude icon with a dedicated relaxcode.png icon for the RelaxyCode provider presets.
This commit is contained in:
@@ -564,7 +564,7 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
|
||||
mode: "direct",
|
||||
apiFormat: "anthropic",
|
||||
modelRoutes: passthroughRoutes(),
|
||||
icon: "claude",
|
||||
icon: "relaxcode",
|
||||
},
|
||||
{
|
||||
name: "Cubence",
|
||||
|
||||
@@ -611,7 +611,7 @@ export const providerPresets: ProviderPreset[] = [
|
||||
},
|
||||
},
|
||||
category: "third_party",
|
||||
icon: "claude",
|
||||
icon: "relaxcode",
|
||||
},
|
||||
{
|
||||
name: "Cubence",
|
||||
|
||||
@@ -227,7 +227,7 @@ requires_openai_auth = true`,
|
||||
"https://www.relaxycode.com/v1",
|
||||
"gpt-5.5",
|
||||
),
|
||||
icon: "claude",
|
||||
icon: "relaxcode",
|
||||
},
|
||||
{
|
||||
name: "Cubence",
|
||||
|
||||
@@ -8,6 +8,7 @@ import _hermes from "./hermes.png";
|
||||
import _lemondata from "./lemondata.png";
|
||||
import _pateway from "./pateway.jpg";
|
||||
import _pipellm from "./pipellm.png";
|
||||
import _relaxcode from "./relaxcode.png";
|
||||
import _runapi from "./runapi.jpg";
|
||||
import _shengsuanyun from "./shengsuanyun.svg?url";
|
||||
|
||||
@@ -91,6 +92,7 @@ export const iconUrls: Record<string, string> = {
|
||||
lemondata: _lemondata,
|
||||
pateway: _pateway,
|
||||
pipellm: _pipellm,
|
||||
relaxcode: _relaxcode,
|
||||
runapi: _runapi,
|
||||
shengsuanyun: _shengsuanyun,
|
||||
};
|
||||
|
||||
@@ -397,6 +397,12 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
category: "ai-provider",
|
||||
keywords: ["runapi", "run", "aggregator", "gateway"],
|
||||
},
|
||||
relaxcode: {
|
||||
name: "relaxcode",
|
||||
displayName: "RelaxyCode",
|
||||
category: "ai-provider",
|
||||
keywords: ["relaxycode", "relaxcode", "relax"],
|
||||
},
|
||||
eflowcode: {
|
||||
name: "eflowcode",
|
||||
displayName: "E-FlowCode",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user