feat: 更新状态机

This commit is contained in:
2026-01-05 05:25:14 +08:00
parent 1d0c87b5f7
commit 4dd8e373b2
19 changed files with 314 additions and 140 deletions
+4 -2
View File
@@ -12,10 +12,12 @@ class PhaserState(Enum):
FINAL_REVIEW = "final_review"
FINISHED = "finished"
class ProcessionState(Enum):
RUNNING = "running"
ACTIVE = "active"
FINISHED = "finished"
class FissionState(Enum):
EXAMMODE = "exammode"
RETRONLY = "retronly"
logger.debug("状态枚举定义已加载")