This commit is contained in:
2025-08-05 14:13:11 +08:00
parent c9185fbd0a
commit 961f0ba785
6 changed files with 88 additions and 60 deletions

View File

@@ -41,7 +41,6 @@ class Reactor():
counter = self.tasked_num
self.screen = screen
self.electron_dict = electron_file.electrons_dict
def electron_dict_get_fallback(key) -> pt.Electron:
value = self.electron_dict.get(key)
# 如果值不存在,则设置默认值