From 1bc359cda63e07f7211f3a6b54b514a67e20cbaf Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sun, 14 Jul 2024 22:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref:=20=E4=BC=98=E5=8C=96X?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index fae300c..e30ee6c 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -772,7 +772,8 @@ export class tools extends plugin { // 非海外使用🪜下载 const proxy = this.myProxy; const port = this.proxyPort; - downloadImg(url, this.getCurDownloadPath(e), "", !isOversea, {}, { + const path = this.getCurDownloadPath(e); + downloadImg(url, path, "", !isOversea, {}, { proxyAddr: proxy, proxyPort: port }).then(path => {