fix(interface): 修复显示问题

This commit is contained in:
2025-12-21 05:47:22 +08:00
parent c5fd625c87
commit 72697f652f
3 changed files with 10 additions and 3 deletions
+2 -1
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():