mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 10:21:16 +08:00
feat(presets): add 火山Agentplan provider preset as partner
Add Volcengine Ark Agentplan to Claude, Claude Desktop, Hermes, OpenCode, and OpenClaw with huoshan icon and trilingual promotion.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -5,6 +5,7 @@ import _claudeapi from "./ClaudeApi.png";
|
||||
import _claudecn from "./claudecn.png";
|
||||
import _eflowcode from "./eflowcode.png";
|
||||
import _hermes from "./hermes.png";
|
||||
import _huoshan from "./huoshan.png";
|
||||
import _lemondata from "./lemondata.png";
|
||||
import _pateway from "./pateway.jpg";
|
||||
import _pipellm from "./pipellm.png";
|
||||
@@ -89,6 +90,7 @@ export const iconUrls: Record<string, string> = {
|
||||
claudecn: _claudecn,
|
||||
eflowcode: _eflowcode,
|
||||
hermes: _hermes,
|
||||
huoshan: _huoshan,
|
||||
lemondata: _lemondata,
|
||||
pateway: _pateway,
|
||||
pipellm: _pipellm,
|
||||
|
||||
@@ -58,6 +58,13 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
keywords: [],
|
||||
defaultColor: "currentColor",
|
||||
},
|
||||
huoshan: {
|
||||
name: "huoshan",
|
||||
displayName: "火山方舟",
|
||||
category: "ai-provider",
|
||||
keywords: ["huoshan", "volcengine", "ark", "agentplan", "byteplus"],
|
||||
defaultColor: "#3370FF",
|
||||
},
|
||||
chatglm: {
|
||||
name: "chatglm",
|
||||
displayName: "chatglm",
|
||||
|
||||
Reference in New Issue
Block a user