From ca2d45c0d1f7ac6a7e31fbc322a532fd2f902872 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Tue, 14 Oct 2025 17:31:22 +0800 Subject: [PATCH] 11 --- Project/CumulativeReward/CumulativeReward.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/CumulativeReward/CumulativeReward.nut b/Project/CumulativeReward/CumulativeReward.nut index f1af7c4..ac56518 100644 --- a/Project/CumulativeReward/CumulativeReward.nut +++ b/Project/CumulativeReward/CumulativeReward.nut @@ -167,7 +167,7 @@ class CumulativeRewardC extends LenheartNewUI_Windows { if (CurrentStage != null) { local StageText = "累计在线得好礼 (" + (CurrentStage + 1) + "/4 阶段)"; L_sq_DrawCode(StageText, X + 6, Y + 42, sq_RGBA(255, 177, 0, 255), 1, 1); - if (CurrentStage > 3) { + if (AllFinish) { local Str = "今天的累计在线活动已完成!"; L_sq_DrawCode(Str, X + 6, Y + 61, sq_RGBA(150, 150, 150, 255), 1, 1); }else{