From b294c9668711d9ce25ff47539610aca12a9961fc Mon Sep 17 00:00:00 2001 From: dong <1278815766@qq.com> Date: Sun, 20 Jul 2025 00:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=B4=E6=97=B6=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index c9c1409..a6f49e8 100644 --- a/Form1.cs +++ b/Form1.cs @@ -917,7 +917,7 @@ namespace CheckDownload UpdateSize(""); // 新增:在开始校验前创建临时文件备份 - await CreateTempFileBackup(); + //await CreateTempFileBackup(); var failedFiles = new ConcurrentBag(); var filesForScripting = new ConcurrentBag<(string original, string newFile)>();