feat: 代码格式化, 改进仪表盘, 新增多CSS支持

This commit is contained in:
2026-04-20 16:30:04 +08:00
parent 845a505ca1
commit 65fbdec0a9
43 changed files with 551 additions and 349 deletions

View File

@@ -83,7 +83,7 @@ class ClozePuzzle(BasePuzzleWidget):
if lst:
lastone = lst[-1]
for i in lst[:-1]:
s += (i + ' ')
s += i + " "
s += f" `{lastone}`"
return s