fix(interface): 修复持久化问题

This commit is contained in:
2026-04-30 04:45:05 +08:00
parent face433660
commit 2625632e9c
11 changed files with 1239 additions and 463 deletions

View File

@@ -0,0 +1,11 @@
schedule = ["quick_review", "recognition", "final_review"]
[routes]
quick_review = [["SelectMeaning", "1.0"], ["Recognition", "1.0"]]
recognition = [["Recognition", "1.0"]]
final_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]]
[annotation]
"quick_review" = "复习旧知"
"recognition" = "新知识"
"final_review" = "总复习"