From 8ac73f1bd656f66792f97b30fbaacddb91893eb4 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, 10 Mar 2025 00:35:25 +0800 Subject: [PATCH] Add files via upload --- start.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.bat b/start.bat index 0a845b7..3d07aa7 100644 --- a/start.bat +++ b/start.bat @@ -6,6 +6,9 @@ call npm install REM 设置代理的网站:you、perplexity、happyapi set ACTIVE_PROVIDER=you +REM 设置指定浏览器,可以是 'chrome', 'edge' 或 'auto' +set BROWSER_TYPE=auto + REM 设置是否启用手动登录 set USE_MANUAL_LOGIN=true