feat: 进一步改进

This commit is contained in:
2025-12-31 00:57:07 +08:00
parent b65dad6a1f
commit eaa38fb880
43 changed files with 251 additions and 528 deletions

View File

@@ -61,7 +61,7 @@ class DashboardScreen(Screen):
Returns:
dict: 包含显示文本的字典,键为行号
"""
from heurams.kernel.particles.loader import load_electron, load_nucleon
from heurams.kernel.repository.particle_loader import load_electron, load_nucleon
result = {}
filestem = pathlib.Path(filename).stem