From 022b698f54e19547bf7acd11d3ed7d4a4ebd5ea7 Mon Sep 17 00:00:00 2001 From: aoxuan Date: Wed, 26 Feb 2025 16:13:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=89=BF=E7=81=AD?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=89=B9=E6=AE=8A=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 ++ 1 file changed, 2 insertions(+) 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