From 2798920cd80bbef9e5610b7e0baeb648fa03c3e6 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: Tue, 27 Aug 2024 19:25:49 +0800 Subject: [PATCH] adjust old cookie acquisition --- provider.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.mjs b/provider.mjs index e73f2a8..210f2ba 100644 --- a/provider.mjs +++ b/provider.mjs @@ -18,7 +18,7 @@ class YouProvider { this.config = config; this.sessions = {}; // 可以是 'chrome', 'edge', 或 'auto' - this.preferredBrowser = 'edge'; + this.preferredBrowser = 'auto'; this.isCustomModeEnabled = process.env.USE_CUSTOM_MODE === "true"; this.isRotationEnabled = process.env.ENABLE_MODE_ROTATION === "true"; this.currentMode = "default";