实现 Recognition 部件
This commit is contained in:
@@ -25,7 +25,7 @@ class BasicEvaluation(BasePuzzleWidget):
|
||||
}
|
||||
|
||||
def compose(self):
|
||||
yield Label(self.atom.register["nucleon"]["content"], id="main")
|
||||
yield Label(self.atom.registry["nucleon"]["content"], id="main")
|
||||
with Container(id="button_container"):
|
||||
btn = {}
|
||||
btn["5"] = Button(
|
||||
|
||||
Reference in New Issue
Block a user