feat: 增加早期 FSRS 支持

This commit is contained in:
2026-04-25 01:54:18 +08:00
parent 2c9e854507
commit f3049fde90
5 changed files with 247 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ scheduled_num = 420
_scheduled_num_desc = "默认记忆单元数量\n可被单元集设置覆盖"
refresh_on_resume = true
_refresh_on_resume_desc = "[调试] 每当 Screen 激活后都刷新状态"
algorithm = "SM-2"
algorithm = "FSRS"
_algorithm_desc = "默认记忆调度算法\n可被单元集设置覆盖"
[_algorithm_candidate]

View File

@@ -1,4 +1,4 @@
algorithm = "NSP-0"
algorithm = "FSRS"
_algorithm_desc = "记忆调度算法"
scheduled_num = 420
_scheduled_num_desc = "单次记忆单元数量"

Binary file not shown.