feat: FAST-0 特殊算法
This commit is contained in:
@@ -12,7 +12,7 @@ quick_pass = true
|
||||
auto_pass = false
|
||||
|
||||
# 对于每个项目的默认新记忆原子数量
|
||||
scheduled_num = 8
|
||||
scheduled_num = 20
|
||||
|
||||
# UTC 时间戳修正 仅用于 UNIX 日时间戳的生成修正, 单位为秒
|
||||
timezone_offset = +28800 # 中国标准时间 (UTC+8)
|
||||
@@ -20,10 +20,11 @@ timezone_offset = +28800 # 中国标准时间 (UTC+8)
|
||||
[interface]
|
||||
|
||||
[interface.memorizor]
|
||||
autovoice = false # 自动语音播放, 仅限于 recognition 组件
|
||||
autovoice = true # 自动语音播放, 仅限于 recognition 组件
|
||||
|
||||
[algorithm]
|
||||
default = "SM-2" # 主要算法; 可选项: SM-2, SM-15M, FSRS
|
||||
# default = "SM-2" # 主要算法; 可选项: SM-2, SM-15M, FSRS, FAST-0
|
||||
default = 'FAST-0'
|
||||
|
||||
[puzzles] # 谜题默认配置
|
||||
|
||||
|
||||
0
data/config/data/config/config.toml
Normal file
0
data/config/data/config/config.toml
Normal file
0
data/data/config/config.toml
Normal file
0
data/data/config/config.toml
Normal file
11402
data/repo/cngk-t/algodata.json
Normal file
11402
data/repo/cngk-t/algodata.json
Normal file
File diff suppressed because it is too large
Load Diff
3
data/repo/cngk-t/manifest.toml
Normal file
3
data/repo/cngk-t/manifest.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
title = "高考必背古诗文-0"
|
||||
author = "__heurams__"
|
||||
desc = "高考古诗文 60 篇"
|
||||
5705
data/repo/cngk-t/payload.toml
Normal file
5705
data/repo/cngk-t/payload.toml
Normal file
File diff suppressed because it is too large
Load Diff
11
data/repo/cngk-t/schedule.toml
Normal file
11
data/repo/cngk-t/schedule.toml
Normal 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" = "总复习"
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,3 +0,0 @@
|
||||
title = "测试单元: 过秦论"
|
||||
author = "__heurams__"
|
||||
desc = "高考古诗文: 过秦论"
|
||||
@@ -1,11 +0,0 @@
|
||||
["秦孝公据崤函之固, 拥雍州之地,"]
|
||||
note = []
|
||||
content = "秦孝公/据/崤函/之固/, 拥/雍州/之地,/"
|
||||
translation = "秦孝公占据着崤山和函谷关的险固地势,拥有雍州的土地,"
|
||||
keyword_note = {"据"="占据", "崤函"="崤山和函谷关", "雍州"="古代九州之一"}
|
||||
|
||||
["君臣固守以窥周室,"]
|
||||
note = []
|
||||
content = "君臣/固守/以窥/周室,/"
|
||||
translation = "君臣牢固地守卫着,借以窥视周王室的权力,"
|
||||
keyword_note = {"窥"="窥视"}
|
||||
@@ -1,11 +0,0 @@
|
||||
schedule = ["quick_review", "recognition", "final_review"]
|
||||
|
||||
[phases]
|
||||
quick_review = [["FillBlank", "1.0"], ["SelectMeaning", "0.5"], ["Recognition", "1.0"]]
|
||||
recognition = [["Recognition", "1.0"]]
|
||||
final_review = [["FillBlank", "1.0"], ["SelectMeaning", "1.0"], ["Recognition", "1.0"]]
|
||||
|
||||
[annotation]
|
||||
"quick_review" = "复习旧知"
|
||||
"recognition" = "新知识"
|
||||
"final_review" = "总复习"
|
||||
Reference in New Issue
Block a user