fix: 改进代码

This commit is contained in:
2026-01-04 04:46:19 +08:00
parent b8b1c5e0d7
commit 1d0c87b5f7
34 changed files with 87 additions and 1570 deletions

View File

@@ -128,6 +128,7 @@ class PreparationScreen(Screen):
atoms_to_provide.append(i)
from .memoqueue import MemScreen
import heurams.kernel.reactor as rt
pheser = rt.Phaser(atoms_to_provide)
memscreen = MemScreen(pheser)
self.app.push_screen(memscreen)