docs: 更新文档
This commit is contained in:
11
data/repo/stub/schedule.toml
Normal file
11
data/repo/stub/schedule.toml
Normal 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" = "总复习"
|
||||
Reference in New Issue
Block a user