diff --git a/app/core/config.py b/app/core/config.py index 454f3db..fb64084 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -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