From 64739f1fb81759f1c9d2ff7ad1121942ed27a6cf Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 30 Apr 2025 16:55:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E4=B8=8A=E4=BC=A0=E5=88=87?= =?UTF-8?q?=E7=89=87=E6=96=87=E4=BB=B6=E5=88=B0=E7=BD=91=E5=85=83=E7=AB=AF?= =?UTF-8?q?=E6=97=B6=E6=B7=BB=E5=8A=A0=E5=88=A0=E9=99=A4=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tool/file.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/tool/file.ts b/src/api/tool/file.ts index ff31c5ae..ecbcfd1c 100644 --- a/src/api/tool/file.ts +++ b/src/api/tool/file.ts @@ -290,6 +290,7 @@ export async function uploadFileToNE( uploadPath: uploadChunkRes.data.filePath, neType, neId, + delTemp: true, }, timeout: 60_000, });