mirror of
https://github.com/hyb-oyqq/FRAISEMOE-Addons-Installer-NEXT.git
synced 2025-12-17 04:20:28 +00:00
feat(core): 修复下载模块的bug
- 修复下载模块缺失部分模块的bug
This commit is contained in:
@@ -8,6 +8,7 @@ import re
|
|||||||
from PySide6 import QtWidgets, QtCore
|
from PySide6 import QtWidgets, QtCore
|
||||||
from PySide6.QtCore import Qt
|
from PySide6.QtCore import Qt
|
||||||
from PySide6.QtGui import QIcon, QPixmap, QFont
|
from PySide6.QtGui import QIcon, QPixmap, QFont
|
||||||
|
from PySide6.QtWidgets import QPushButton, QDialog, QHBoxLayout
|
||||||
|
|
||||||
from utils import msgbox_frame, HostsManager, resource_path
|
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
|
from data.config import APP_NAME, PLUGIN, GAME_INFO, UA, CONFIG_URL, DOWNLOAD_THREADS, DEFAULT_DOWNLOAD_THREAD_LEVEL
|
||||||
|
|||||||
Reference in New Issue
Block a user