fix: 添加剿灭模式特殊适配

This commit is contained in:
2025-02-26 16:13:46 +08:00
parent 0228ac8393
commit 022b698f54

View File

@@ -515,6 +515,8 @@ class AppConfig:
data["drop_statistics"][current_stage] = stage_drops
current_stage = drop_match.group(1)
if current_stage == "WE":
current_stage = "剿灭模式"
stage_drops = {}
continue