Skip to content

Commit 94e8134

Browse files
genz27claude
andcommitted
docs: 更新管理页面代理配置提示信息
- Personal 模式现已支持 SOCKS5 带认证代理 - 更新提示信息为:HTTP/HTTPS/SOCKS5 均支持带认证 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9423f2e commit 94e8134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/manage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ <h3 class="text-lg font-semibold mb-4">验证码配置</h3>
439439
<label class="text-sm font-medium mb-2 block">代理地址</label>
440440
<input id="cfgBrowserProxyUrl" type="text" class="flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 text-sm" placeholder="http://host:port 或 socks5://host:port">
441441
<p class="text-xs text-muted-foreground mt-1">
442-
⚠️ <strong>仅支持</strong>HTTP代理(可带认证)或 SOCKS5代理(不可带认证)<br>
443-
示例:<code class="bg-muted px-1 py-0.5 rounded">http://user:pass@proxy.com:8080</code><code class="bg-muted px-1 py-0.5 rounded">socks5://proxy.com:1080</code>
442+
<strong>支持</strong>HTTP/HTTPS/SOCKS5 代理,均支持带认证<br>
443+
示例:<code class="bg-muted px-1 py-0.5 rounded">http://user:pass@proxy.com:8080</code><code class="bg-muted px-1 py-0.5 rounded">socks5://user:pass@proxy.com:1080</code>
444444
</p>
445445
</div>
446446

0 commit comments

Comments
 (0)