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