feat: 高精度时间戳支持与 SM-15M 改进

This commit is contained in:
2026-04-25 02:14:55 +08:00
parent f3049fde90
commit 0aa9803b76
5 changed files with 777 additions and 1777 deletions

View File

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

View File

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