fix: use resolvable opencode apk proxy

This commit is contained in:
UniDesk Codex
2026-06-30 11:44:16 +08:00
parent 64a377d0f0
commit 2e7380ea2d
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -378,6 +378,7 @@
"model": { "type": "string", "minLength": 1 },
"smallModel": { "type": "string", "minLength": 1 },
"baseURL": { "type": "string", "minLength": 1 },
"apkProxyURL": { "type": "string", "minLength": 1 },
"npm": { "type": "string", "minLength": 1 },
"apiKeyEnv": { "type": "string", "pattern": "^[A-Z0-9_]+$" },
"apiKeySecretRef": { "type": "string", "pattern": "^[A-Za-z0-9_.-]+/[A-Za-z0-9_.-]+$" },