You've already forked HeurAMS-legacy
format
This commit is contained in:
@@ -121,7 +121,7 @@ class NucleonCreatorScreen(Screen):
|
||||
if selected is None:
|
||||
self.notify("请选择一个模板", severity="error")
|
||||
return
|
||||
# selected 是描述字符串,格式如 "描述 (filename.toml)"
|
||||
# selected 是描述字符串, 格式如 "描述 (filename.toml)"
|
||||
# 提取文件名
|
||||
import re
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class BasicEvaluation(BasePuzzleWidget):
|
||||
yield Label(self.atom.registry["nucleon"]["content"], id="main")
|
||||
|
||||
# 显示评估说明(可选)
|
||||
yield Static("请评估你对这个内容的记忆程度:", classes="instruction")
|
||||
yield Static("请评估你对这个内容的记忆程度: ", classes="instruction")
|
||||
|
||||
# 按钮容器
|
||||
with ScrollableContainer(id="button_container"):
|
||||
|
||||
Reference in New Issue
Block a user