少年修仙传客户端代码仓库
hch
2025-03-03 28785d6ddf9c08e49527ede9405c7b6c93c6ed32
0312 时间统一国际格式
2个文件已修改
4 ■■■■ 已修改文件
System/Login/LoginWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VoucherWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginWin.cs
@@ -281,7 +281,7 @@
                        SysNotifyMgr.Instance.ShowTip("ServerDown");
                        break;
                    case ServerState.Predicted:
                        SysNotifyMgr.Instance.ShowTip("ServerOpen", ServerListCenter.Instance.currentServer.start_date.ToString("dd-MM HH:mm"));
                        SysNotifyMgr.Instance.ShowTip("ServerOpen", ServerListCenter.Instance.currentServer.start_date.ToString("yyyy-MM-dd HH:mm"));
                        break;
                }
System/Vip/VoucherWin.cs
@@ -89,7 +89,7 @@
                        else
                            name = CTGConfig.Get(orderInfo.CTGID).Title;
                        //{0} 购买 <color=#109D06>{1}</color>,消耗{2}代金券,剩余{3}
                        info += StringUtility.Contact(Language.Get("CoinRecharge2", TimeUtility.GetTime(rec.Time), name, rec.Value2, rec.Value3), "\n\r");
                        info += StringUtility.Contact(Language.Get("CoinRecharge2", TimeUtility.GetTime(rec.Time).ToString("yyyy-MM-dd HH:mm:ss"), name, rec.Value2, rec.Value3), "\n\r");
                    }
                }