refactor(core): 优化消息框显示和下载流程

- 修改 hash_pop_window 函数,增加检查类型参数
- 优化 Cloudflare 优选失败和成功消息框显示
- 调整下载前后检查的消息框内容
- 改进解压缩后的文件检查流程
This commit is contained in:
hyb-oyqq
2025-07-24 16:29:30 +08:00
parent 0cf9f5e6c2
commit f86cb7aa7e
3 changed files with 80 additions and 19 deletions

View File

@@ -255,7 +255,7 @@ class MainWindow(QMainWindow):
# 禁用退出按钮
self.ui.exit_btn.setEnabled(False)
self.hash_msg_box = self.hash_manager.hash_pop_window()
self.hash_msg_box = self.hash_manager.hash_pop_window(check_type="after")
install_paths = self.download_manager.get_install_paths()