mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/UI/MainPage.cs
@@ -26,7 +26,7 @@
        /// <summary>
        /// 版本号
        /// </summary>
        public static string VersionString = "2.4.6";
        public static string VersionString = "2.4.8";
        ///// <summary>
        ///// 客户端类型
        ///// </summary>
@@ -649,6 +649,7 @@
        {
#if DEBUG
            Console.WriteLine($"{tag}-->{msg}");
#endif
            if (tag == "error")
            {
                new System.Threading.Thread(async () =>
@@ -657,7 +658,6 @@
                })
                { IsBackground = true }.Start();
            }
#endif
        }