From c421d2f777c51e7c53dcc1ba0c969906507c3da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:18:40 +0800 Subject: [PATCH] add manual login --- start.bat | 3 +++ 1 file changed, 3 insertions(+) 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