manual login compatible with old cookie acquisition

This commit is contained in:
被遗忘的记忆
2024-08-25 23:48:32 +08:00
committed by GitHub
parent 1543ad04dc
commit 2064021af9
+1 -1
View File
@@ -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";