mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
fix: 修改Claude Console 账号的UA默认行为,默认透传客户端UA而非固定的UA值
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user