1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-08-02 06:09:36 +08:00

refactor(bulletin): 提取 ALBulletinFetchWorker 到独立文件

This commit is contained in:
2026-06-26 09:16:45 +08:00
parent 92c5fa0dfb
commit 2fe4584129
4 changed files with 134 additions and 105 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from PySide6.QtCore import (
Slot
)
from gui.ALBulletinDialog import ALBulletinFetchWorker
from gui.ALBulletinWorker import ALBulletinFetchWorker
from managers.bulletin.BulletinManager import instance as bulletinInstance