feat: FAST-0 特殊算法

This commit is contained in:
2026-04-19 00:05:49 +08:00
parent 279a78f7ce
commit 0572848803
25 changed files with 17580 additions and 582 deletions

View File

@@ -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] # 谜题默认配置

View File