1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-21 00:43:03 +08:00

feat(ALTimerTaskWidget): timer tasks' data persistence and perpetuation

This commit is contained in:
2025-12-09 08:49:44 +08:00
parent b129f47b48
commit cff6fd8fc0
4 changed files with 244 additions and 30 deletions
+1
View File
@@ -31,6 +31,7 @@ from gui.Ui_ALAddTimerTaskDialog import Ui_ALAddTimerTaskDialog
class TimerTaskStatus(Enum):
PENDING = "等待中"
READY = "已就绪"
RUNNING = "执行中"