feat: 添加常规关卡开放日信息

This commit is contained in:
DLmaster361
2025-09-01 22:31:36 +08:00
parent f45aff61fd
commit dd0fc19f5d
2 changed files with 17 additions and 17 deletions

View File

@@ -1722,7 +1722,7 @@ class AppConfig(GlobalConfig):
res_stage.append({"label": stage["text"], "value": stage["value"]})
stage_data[calendar.day_name[day - 1] if day > 0 else "ALL"] = (
activity_stage_combox + res_stage
res_stage[0] + activity_stage_combox + res_stage[1:]
)
stage_data["Info"] = activity_stage_drop_info