From 716d86434301d333d6d82e0888f2a738a418ae2f Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Mon, 1 Sep 2025 23:39:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E5=8D=A1=E5=8F=B7=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index b5a7b07..b52e3bf 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -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