Archived
0
0

fix: 改进

This commit is contained in:
2025-12-15 18:21:51 +08:00
parent b6c719fb21
commit 01c719b4fd
6 changed files with 33 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ class MCQPuzzle(BasePuzzleWidget):
self.puzzle.refresh()
def compose(self):
setting: Setting = self.atom.registry["nucleon"].metadata["orbital"]["puzzle"][
setting: Setting = self.atom.registry["nucleon"].metadata["orbital"]["puzzles"][
self.alia
]
yield Label(setting["primary"], id="sentence")