From dc587cb164dd116cc267b2953541eec0b5b8fed1 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 29 May 2023 00:52:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E5=85=B3=E7=B4=A7=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/SydneyAIClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 12aae5c..9435a54 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -59,7 +59,7 @@ export default class SydneyAIClient { constructor (opts) { this.opts = { ...opts, - host: opts.host || Config.sydneyReverseProxy || 'https://www.bing.com' + host: opts.host || Config.sydneyReverseProxy || 'https://edgeservices.bing.com/edgesvc' } // if (opts.proxy && !Config.sydneyForceUseReverse) { // this.opts.host = 'https://www.bing.com'