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:
Jason
2026-05-15 17:55:47 +08:00
parent 3fd38b0a3d
commit 58cd5302ae
6 changed files with 11 additions and 3 deletions
+2
View File
@@ -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,
};
+6
View File
@@ -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