hch
2025-11-21 ede92bb7bc68c56abdb04f932e7d2c038a69d372
Main/SDK/SDKUtils.cs
@@ -128,6 +128,7 @@
    public void Init()
    {
        ynmbxxjUtil.Instance.Init();    // sdk临时用,后续新做SDK后删除
        Device = new DeviceInfo();
        string uid = LocalSave.GetString("Device_uniqueID");
        //Debug.Log(Math.Abs(System.Environment.TickCount));
@@ -965,7 +966,7 @@
            }
            else
            {
                ConfirmCancel.ToggleConfirmCancel(Language.Get("Mail101"), Language.Get("GameCashRule1", money), Language.Get("TodayNoNotify"), (bool isOk, bool isToggle) =>
                ConfirmCancel.ToggleConfirmCancel(Language.Get("Mail101"), Language.Get("GameCashRule1", money, title), Language.Get("TodayNoNotify"), (bool isOk, bool isToggle) =>
                {
                    if (isOk)
                    {