From 88331e938d93736cccc02182f955ea36b17509d4 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Tue, 13 Aug 2024 16:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E9=9A=94=E7=A6=BB?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD?= 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 322e7c8..2260dcf 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1780,7 +1780,7 @@ export class tools extends plugin { return; } const url = urlRex.exec(e.msg)[0]; - const tgSavePath = this.getCurDownloadPath(e); + const tgSavePath = `${this.getCurDownloadPath(e)}/tg`; await startTDL(url, tgSavePath, isOversea, this.myProxy); e.reply(`识别:小飞机(学习版)`); const mediaFiles = await getMediaFiles(tgSavePath);