fix: 修改Claude Console 账号的UA默认行为,默认透传客户端UA而非固定的UA值

This commit is contained in:
KevinLiao
2025-08-07 12:33:32 +08:00
parent ec0e7671ae
commit ae7f4e2405
2 changed files with 22 additions and 4 deletions

View File

@@ -496,8 +496,11 @@
v-model="form.userAgent"
type="text"
class="form-input w-full"
placeholder="默认claude-cli/1.0.61 (console, cli)"
placeholder="留空则透传客户端 User-Agent"
>
<p class="text-xs text-gray-500 mt-1">
留空时将自动使用客户端的 User-Agent仅在需要固定特定 UA 时填写
</p>
</div>
<div>
@@ -853,8 +856,11 @@
v-model="form.userAgent"
type="text"
class="form-input w-full"
placeholder="默认claude-cli/1.0.61 (console, cli)"
placeholder="留空则透传客户端 User-Agent"
>
<p class="text-xs text-gray-500 mt-1">
留空时将自动使用客户端的 User-Agent仅在需要固定特定 UA 时填写
</p>
</div>
<div>