mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 21:30:17 +08:00
Add Claude Desktop official preset
- Add Claude Desktop Official to the Claude Desktop preset list. - Treat selected official presets as official mode in the form. - Cover the official preset with a preset-order regression test.
This commit is contained in:
@@ -134,6 +134,21 @@ const brandedRoutes = (
|
||||
};
|
||||
|
||||
export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
|
||||
{
|
||||
name: "Claude Desktop Official",
|
||||
websiteUrl: "https://claude.ai/download",
|
||||
category: "official",
|
||||
baseUrl: "",
|
||||
mode: "direct",
|
||||
apiFormat: "anthropic",
|
||||
theme: {
|
||||
icon: "claude",
|
||||
backgroundColor: "#D97757",
|
||||
textColor: "#FFFFFF",
|
||||
},
|
||||
icon: "anthropic",
|
||||
iconColor: "#D4915D",
|
||||
},
|
||||
{
|
||||
name: "Shengsuanyun",
|
||||
nameKey: "providerForm.presets.shengsuanyun",
|
||||
|
||||
Reference in New Issue
Block a user