From 78594e693ff9e624dde6bf9fc912520f6122fedf Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 3 Dec 2024 14:31:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- douyin/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/douyin/background.js b/douyin/background.js index ab81f56..bafffd5 100644 --- a/douyin/background.js +++ b/douyin/background.js @@ -90,7 +90,7 @@ function setProxyForWindow(proxyConfig, windowId, callback) { function(details,callbackFn){ console.log("onAuthRequired!", details, callbackFn); callbackFn({ - authCredentials: {username: "hwfq28m43", password: "YW29ABi6"} + authCredentials: {username: proxyConfig.username, password: proxyConfig.password} }); }, { urls: [""] },