mirror of
https://github.com/hyb-oyqq/FRAISEMOE-Addons-Installer-NEXT.git
synced 2026-04-05 20:06:32 +00:00
refactor(core): 优化消息框显示和下载流程
- 修改 hash_pop_window 函数,增加检查类型参数 - 优化 Cloudflare 优选失败和成功消息框显示 - 调整下载前后检查的消息框内容 - 改进解压缩后的文件检查流程
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user