From 92a4ed95290cde989b516ef696fff10dfac48903 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Mon, 25 Aug 2025 13:18:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=80=BB=E8=A7=88=E4=B8=AD=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20SSReopen=20=E5=85=B3=E5=8D=A1?= 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 2b6a710..e2c3918 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -1718,6 +1718,8 @@ class AppConfig(GlobalConfig): side_story_info: List[Dict[str, Any]] = [] for s in stage_infos: + if "SSReopen" in s.get("Display", ""): + continue act = s.get("Activity", {}) or {} try: start_utc = parse_utc(act["UtcStartTime"])