From 534f7381bd4e57a409249c1cb03af6d811ab106f Mon Sep 17 00:00:00 2001 From: hyb-oyqq <1512383570@qq.com> Date: Tue, 5 Aug 2025 11:19:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E4=BF=AE=E5=A4=8D=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=A8=A1=E5=9D=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复下载模块缺失部分模块的bug --- source/core/download_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/download_manager.py b/source/core/download_manager.py index d807d38..c6837b9 100644 --- a/source/core/download_manager.py +++ b/source/core/download_manager.py @@ -8,6 +8,7 @@ import re from PySide6 import QtWidgets, QtCore from PySide6.QtCore import Qt from PySide6.QtGui import QIcon, QPixmap, QFont +from PySide6.QtWidgets import QPushButton, QDialog, QHBoxLayout from utils import msgbox_frame, HostsManager, resource_path from data.config import APP_NAME, PLUGIN, GAME_INFO, UA, CONFIG_URL, DOWNLOAD_THREADS, DEFAULT_DOWNLOAD_THREAD_LEVEL