fix: 关卡号报错

This commit is contained in:
DLmaster361
2025-09-01 23:39:08 +08:00
parent 39c8db0846
commit 716d864343

View File

@@ -1728,7 +1728,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"] = (
res_stage[0] + activity_stage_combox + res_stage[1:]
res_stage[0:1] + activity_stage_combox + res_stage[1:]
)
stage_data["Info"] = activity_stage_drop_info