feat: 完善 STEP 编辑器最小系统和稳定性

This commit is contained in:
2026-07-28 14:05:14 +08:00
parent 26216064e0
commit 7c263d1e96
19 changed files with 3173 additions and 931 deletions
+4
View File
@@ -7,6 +7,10 @@ from dataclasses import dataclass
class OperationRecord:
summary: str
detail: str
operation_name: str | None = None
target: str | None = None
parameters: dict[str, object] | None = None
result_message: str | None = None
target_kind: str | None = None
target_id: int | None = None
target_logical_id: int | None = None