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 }