fix(ui): 修复打开代理时 Gradio 有几率启动失败

Fix #2
This commit is contained in:
XcantloadX 2025-04-27 12:39:16 +08:00
parent 15003b198c
commit 1ecf8c4756
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pip show ksaa
echo =========== 运行 KAA ===========
:RUN
set no_proxy=localhost, 127.0.0.1, ::1
kaa
if errorlevel 1 (
goto ERROR

View File

@ -38,6 +38,7 @@ pip show ksaa
echo =========== 运行 KAA ===========
:RUN
set no_proxy=localhost, 127.0.0.1, ::1
kaa
if errorlevel 1 (
goto ERROR