This commit is contained in:
2026-09-06 11:34:23 +08:00
parent b38ff12f2a
commit ac9e9193ad
32 changed files with 235 additions and 61 deletions

View File

@@ -20,7 +20,7 @@ class GridState(str, Enum):
STEADY = "steady" # 仍处于当前峰值网格,继续持有
@dataclass(frozen=True, slots=True)
@dataclass(slots=True)
class GridObservation:
"""一次网格观察的不可变结果。"""