You've already forked HeurAMS-legacy
fix: 改进
This commit is contained in:
@@ -79,7 +79,7 @@ class MCQPuzzle(BasePuzzleWidget):
|
||||
|
||||
yield Button("退格", id="delete")
|
||||
|
||||
def update_display(self):
|
||||
def update_display(self, error = 0):
|
||||
# 更新预览标签
|
||||
preview = self.query_one("#inputpreview")
|
||||
preview.update(f"当前输入: {self.inputlist}") # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user