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);