From 42f4412ea8470254b0eb7b5bcfd7d9f50ddf1981 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: Fri, 30 Aug 2024 03:03:34 +0800 Subject: [PATCH] increase settings for terminators and configure non-pro options --- start.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/start.bat b/start.bat index ea86f33..30315cb 100644 --- a/start.bat +++ b/start.bat @@ -6,6 +6,12 @@ call npm install REM 设置是否启用手动登录 set USE_MANUAL_LOGIN=true +REM 是否允许非Pro账户 +set ALLOW_NON_PRO=false + +REM 设置自定义终止符(用于处理输出停不下来情况,留空则不启用,使用双引号包裹) +set CUSTOM_END_MARKER="" + REM 设置是否启用隧道访问 set ENABLE_TUNNEL=false