From f6541d512b5c852fa87cf0d16d70fb5a880a29ed Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sun, 14 Jul 2024 22:22:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 5903b83..6077f04 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -770,7 +770,7 @@ export class tools extends plugin { e.reply(segment.image(url)); } else { // 非海外使用🪜下载 - this.downloadImg(url, this.getCurDownloadPath(e), "", !isOversea).then(path => { + downloadImg(url, this.getCurDownloadPath(e), "", !isOversea).then(path => { e.reply(segment.image(fs.readFileSync(path))); }); }