任务执行

This commit is contained in:
ywb
2026-05-24 18:26:10 +08:00
parent d095d68433
commit 119246ade3
7 changed files with 338 additions and 24 deletions
+4
View File
@@ -81,6 +81,10 @@ class State:
RUNNING = "running"
PAUSED = "paused"
IDLE = "idle"
WAITING_ERROR = "waiting_error"
WAITING_STEP = "waiting_step"
WAITING_ERROR = "waiting_error"
WAITING_STEP = "waiting_step"
class PhotoType:
FRONT = "front"