fix: 变更哈希注册表以修复重复键造成的崩溃

This commit is contained in:
2026-04-19 12:08:58 +08:00
parent 053c4660d0
commit 5c43059518
9 changed files with 25 additions and 20 deletions

View File

@@ -9,10 +9,10 @@ timestamp_override = -1
quick_pass = true
# [调试] 自动化测试模式(仅用于测试完整性)
auto_pass = false
auto_pass = true
# 对于每个项目的默认新记忆原子数量
scheduled_num = 20
scheduled_num = 100
# UTC 时间戳修正 仅用于 UNIX 日时间戳的生成修正, 单位为秒
timezone_offset = +28800 # 中国标准时间 (UTC+8)

View File

@@ -2,7 +2,7 @@ schedule = ["quick_review", "recognition", "final_review"]
[phases]
quick_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]]
recognition = [["Recognition", "1.0"]]
recognition = [["FillBlank", "1.0"]]
final_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]]
[annotation]