diff --git a/start.bat b/start.bat index c26b3ce..ea86f33 100644 --- a/start.bat +++ b/start.bat @@ -3,6 +3,9 @@ REM 安装依赖包 call npm install +REM 设置是否启用手动登录 +set USE_MANUAL_LOGIN=true + REM 设置是否启用隧道访问 set ENABLE_TUNNEL=false