fix: 改进

This commit is contained in:
2025-12-06 13:51:46 +08:00
parent 07d23bd268
commit c98f3a4418
8 changed files with 24 additions and 12 deletions

View File

@@ -21,7 +21,6 @@ class RecognitionConfig(TypedDict):
top_dim: List[str]
class Recognition(BasePuzzleWidget):
def __init__(self, *children: Widget, atom: pt.Atom, alia: str = "", name: str | None = None, id: str | None = None, classes: str | None = None, disabled: bool = False, markup: bool = True) -> None:
super().__init__(*children, atom=atom, name=name, id=id, classes=classes, disabled=disabled, markup=markup)
if alia == "":