逻辑改进

This commit is contained in:
2025-08-04 01:24:35 +08:00
parent 4beb42f615
commit c9185fbd0a
6 changed files with 504 additions and 177 deletions

View File

@@ -133,6 +133,10 @@ class Reactor():
self.electron_file.save()
def report(self, atom, quality):
"""
0: 初次激活/通过
1: 不通过
"""
if atom in self.atoms_new:
atom[0].revisor(quality, True)
return 0