From 5db9d934b2f4a9a88cee87d664e7007521e7e9eb Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Sun, 20 Apr 2025 11:07:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=99=A8=E4=BD=BF=E7=94=A8mirrorc=E4=B8=8B=E8=BD=BD=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=B2=E5=BC=83=E7=94=A8=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/downloader.py | 2 +- resources/version.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/utils/downloader.py b/app/utils/downloader.py index a0864ed..f6a089e 100644 --- a/app/utils/downloader.py +++ b/app/utils/downloader.py @@ -517,7 +517,7 @@ class DownloadManager(QDialog): info: Dict[str, List[str]] = json.load(f) if "deleted" in info: - for file_path in info: + for file_path in info["deleted"]: (self.app_path / file_path).unlink() (self.app_path / "changes.json").unlink() diff --git a/resources/version.json b/resources/version.json index 8565d1c..667b758 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,8 +1,13 @@ { - "main_version": "4.3.4.2", + "main_version": "4.3.4.3", "updater_version": "1.0.0.0", "announcement": "\n## 新增功能\n- 屏蔽MuMu模拟器开屏广告功能上线\n- 更新器支持多线程下载\n- 添加强制关闭ADB与模拟器等增强任务项\n## 修复BUG\n- 修复统计信息HTML模板公招匹配错误\n- 修复密码显示按钮动画异常\n- 修复`检测到MAA未能实际执行任务`报错被异常屏蔽\n- 修复MAA超时判定异常失效\n## 程序优化\n- 关机等电源操作添加100s倒计时\n- 人工排查弹窗方法优化\n- 人工排查时自动屏蔽静默操作\n- 公告样式优化", "version_info": { + "4.3.4.3": { + "修复BUG": [ + "修复更新器使用mirrorc下载时删除已弃用的文件卡死" + ] + }, "4.3.4.2": { "程序优化": [ "调度队列历史记录归入配置类管理",