新增NS阶段的值配置,优化阶段到值的映射

This commit is contained in:
2025-12-14 14:08:22 +08:00
parent e9ca2ec1e9
commit e8ade5145d

View File

@ -274,6 +274,7 @@ class Data:
} }
self.stage_to_value = { self.stage_to_value = {
"NS": 5,
"W": 5, "W": 5,
"N1": 3, "N1": 3,
"N2": 2, "N2": 2,