From af43c7e354a2b0a21282a235407d8dadb678f783 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: Mon, 21 Oct 2024 00:39:19 +0800 Subject: [PATCH] Add files via upload --- start.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.bat b/start.bat index 36ace1e..bee3396 100644 --- a/start.bat +++ b/start.bat @@ -3,6 +3,9 @@ REM 安装依赖包 call npm install +REM 设置代理的网站:you、perplexity +set ACTIVE_PROVIDER=you + REM 设置是否启用手动登录 set USE_MANUAL_LOGIN=true