optimize custom termination

This commit is contained in:
被遗忘的记忆
2024-09-06 22:59:32 +08:00
committed by GitHub
parent 18bdbddf46
commit 1f215d97ce
+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";