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

@@ -29,6 +29,6 @@ __version__ = "4.2.0"
__author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .Updater import Updater
from .downloader import DownloadManager
__all__ = ["Updater"]
__all__ = ["DownloadManager"]