feat(ui): 关机等电源操作添加100s倒计时

This commit is contained in:
DLmaster
2025-03-14 23:06:51 +08:00
parent 364af4b9c5
commit d4d479ca20
5 changed files with 78 additions and 9 deletions

View File

@@ -30,5 +30,6 @@ __author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .main_window import AUTO_MAA
from .Widget import ProgressRingMessageBox
__all__ = ["AUTO_MAA"]
__all__ = ["AUTO_MAA", "ProgressRingMessageBox"]