少年修仙传客户端代码仓库
client_Lhy
2019-06-11 2b7ce435eaee88a5b79336ebdcac06b51cdd371f
4002 bug 挂机时间颜色要改成暗绿
1个文件已修改
2 ■■■ 已修改文件
System/SystemSetting/HangUpWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/SystemSetting/HangUpWin.cs
@@ -99,7 +99,7 @@
            {
                return;
            }
            _offlinePluginTimeText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.Green,
            _offlinePluginTimeText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.DarkGreen,
                                          HangUpSetModel.Instance.GetOfflinePluginTimeStr()), "/", "20小时");
            var ItemCount = packModel.GetItemCountByID(PackType.Item, m_TargetItemId);
            string ItemCountStr = StringUtility.Contact(UIHelper.AppendColor(ItemCount > 0 ? TextColType.LightGreen : TextColType.Red, ItemCount.ToString()), "/1");