fix: thumb残留

This commit is contained in:
手瓜一十雪
2025-02-03 14:09:51 +08:00
parent 9ab41734a5
commit 790809e8e5
2 changed files with 9 additions and 2 deletions

View File

@@ -181,9 +181,12 @@ export class NTQQFileApi {
this.context.logger.logError('复制自定义缩略图失败', e);
}
}
context.deleteAfterSentFiles.push(thumbPath);
const thumbSize = (await fsPromises.stat(thumbPath)).size;
const thumbMd5 = await calculateFileMD5(thumbPath);
context.deleteAfterSentFiles.push(path);
context.deleteAfterSentFiles.push(thumbPath);
const uploadName = (fileName || _fileName).toLocaleLowerCase().endsWith(`.${fileExt.toLocaleLowerCase()}`) ? (fileName || _fileName) : `${fileName || _fileName}.${fileExt}`;
return {