feat: FAST-0 特殊算法

This commit is contained in:
2026-04-19 00:05:49 +08:00
parent 215a8648c2
commit 053c4660d0
25 changed files with 17580 additions and 582 deletions

View File

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