改进 🍰

This commit is contained in:
2025-08-28 13:08:37 +08:00
parent fc58f61dfe
commit beeb2fd318
21 changed files with 258 additions and 19 deletions

View File

@@ -174,7 +174,7 @@ class FillBlank(Composition):
self._work()
def _work(self):
self.puzzle = pz.BlankPuzzle(self.atom[1]["content"], 4)
self.puzzle = pz.BlankPuzzle(self.atom[1]["content"], 2)
self.puzzle.refresh()
self.ans = copy.copy(self.puzzle.answer)
random.shuffle(self.ans)