From 95b17cef6cee31512fba11384bb64bd164898a0b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 11 二月 2026 18:14:00 +0800
Subject: [PATCH] 461 限时冲刺-客户端
---
Main/System/TimeRush/TimeRushGiftCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/TimeRush/TimeRushGiftCell.cs b/Main/System/TimeRush/TimeRushGiftCell.cs
index 96753ae..68e12f2 100644
--- a/Main/System/TimeRush/TimeRushGiftCell.cs
+++ b/Main/System/TimeRush/TimeRushGiftCell.cs
@@ -90,7 +90,7 @@
titleText.text = storeConfig.Name;
limitCountText.SetActive(!isFree);
- limitCountText.text = Language.Get("TimeRush08", UIHelper.AppendColor(remainNum == 0 ? TextColType.Red : TextColType.Green, Mathf.Max(0, remainNum).ToString(), true));
+ limitCountText.text = Language.Get("TimeRush08", UIHelper.AppendColor(remainNum == 0 ? TextColType.Red : TextColType.LightGreen, Mathf.Max(0, remainNum).ToString(), true));
bool isCanBuy = manager.IsCanBuyShop(id);
--
Gitblit v1.8.0