This commit is contained in:
Lenheart 2025-10-14 17:31:22 +08:00
parent a0b68a6f40
commit ca2d45c0d1
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class CumulativeRewardC extends LenheartNewUI_Windows {
if (CurrentStage != null) { if (CurrentStage != null) {
local StageText = "累计在线得好礼 (" + (CurrentStage + 1) + "/4 阶段)"; local StageText = "累计在线得好礼 (" + (CurrentStage + 1) + "/4 阶段)";
L_sq_DrawCode(StageText, X + 6, Y + 42, sq_RGBA(255, 177, 0, 255), 1, 1); L_sq_DrawCode(StageText, X + 6, Y + 42, sq_RGBA(255, 177, 0, 255), 1, 1);
if (CurrentStage > 3) { if (AllFinish) {
local Str = "今天的累计在线活动已完成!"; local Str = "今天的累计在线活动已完成!";
L_sq_DrawCode(Str, X + 6, Y + 61, sq_RGBA(150, 150, 150, 255), 1, 1); L_sq_DrawCode(Str, X + 6, Y + 61, sq_RGBA(150, 150, 150, 255), 1, 1);
}else{ }else{