fix(interface): 修复显示问题

This commit is contained in:
2025-12-21 05:47:22 +08:00
parent f5e0417292
commit a0660d3348
3 changed files with 10 additions and 3 deletions

View File

@@ -72,7 +72,8 @@ class Recognition(BasePuzzleWidget):
primary = cfg["primary"]
with Center():
yield Static(f"[dim]{cfg['top_dim']}[/]")
for i in cfg['top_dim']:
yield Static(f"[dim]{i}[/]")
yield Label("")
for old, new in replace_dict.items():