fix: 完善

This commit is contained in:
2025-12-14 11:23:23 +08:00
parent baa7ac8ee9
commit 4f054ed2e5
7 changed files with 325 additions and 66 deletions

View File

@@ -25,6 +25,7 @@ class Procession:
return 1 # 成功
except IndexError as e:
print(f"{e}")
self.state = ProcessionState.FINISHED
return 0
def append(self, atom=None):