fix(config): remove icon config from provider preset

Remove unused icon and iconColor fields from Requesty Cloud preset
This commit is contained in:
Jason
2026-01-22 00:07:35 +08:00
parent 09d8c27972
commit b1f7ff4768

View File

@@ -459,9 +459,7 @@ export const providerPresets: ProviderPreset[] = [
ANTHROPIC_AUTH_TOKEN: "",
},
},
category: "third_party",
icon: "rc",
iconColor: "#E96B2C",
category: "third_party"
},
{
name: "OpenRouter",