1
0

fix: 改进

This commit is contained in:
david-ajax
2025-12-16 04:07:37 +08:00
parent 5f2e8f6523
commit fb8355aec1
6 changed files with 38 additions and 24 deletions

View File

@@ -113,6 +113,9 @@ class MemScreen(Screen):
self.procession = self.phaser.current_procession() # type: ignore
if self.procession == 0:
logger.debug(f"记忆进程结束")
for i in self.atoms:
i: pt.Atom
i.persist("electron")
self.load_finished_widget()
return
else: