chore(ui): hide proxy/pricing config for OpenCode/OpenClaw providers

This commit is contained in:
Jason
2026-02-19 23:34:20 +08:00
parent 3125b5419c
commit d04c279890

View File

@@ -1517,7 +1517,7 @@ export function ProviderForm({
</>
)}
{category !== "omo" && (
{category !== "omo" && appId !== "opencode" && appId !== "openclaw" && (
<ProviderAdvancedConfig
testConfig={testConfig}
proxyConfig={proxyConfig}