fix: 总览中移除 SSReopen 关卡
This commit is contained in:
@@ -1718,6 +1718,8 @@ class AppConfig(GlobalConfig):
|
|||||||
side_story_info: List[Dict[str, Any]] = []
|
side_story_info: List[Dict[str, Any]] = []
|
||||||
|
|
||||||
for s in stage_infos:
|
for s in stage_infos:
|
||||||
|
if "SSReopen" in s.get("Display", ""):
|
||||||
|
continue
|
||||||
act = s.get("Activity", {}) or {}
|
act = s.get("Activity", {}) or {}
|
||||||
try:
|
try:
|
||||||
start_utc = parse_utc(act["UtcStartTime"])
|
start_utc = parse_utc(act["UtcStartTime"])
|
||||||
|
|||||||
Reference in New Issue
Block a user