feat(utils): 更新器初步支持多线程下载

This commit is contained in:
DLmaster
2025-03-13 20:21:25 +08:00
parent 6372ad4e0a
commit 528925b969
11 changed files with 856 additions and 509 deletions

View File

@@ -33,7 +33,7 @@ from .core import AppConfig, QueueConfig, MaaConfig, Task, TaskManager, MainTime
from .models import MaaManager
from .services import Notify, Crypto, System
from .ui import AUTO_MAA
from .utils import Updater
from .utils import DownloadManager
__all__ = [
"AppConfig",
@@ -47,5 +47,5 @@ __all__ = [
"Crypto",
"System",
"AUTO_MAA",
"Updater",
"DownloadManager",
]