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] # 谜题默认配置
|
||||
|
||||
|
||||
Reference in New Issue
Block a user