From 58d4ef9af9c906acf2e9f65a3e65092363c8e1cd Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 24 八月 2023 17:42:49 +0800
Subject: [PATCH] 2023年08月24日17:42:25

---
 HDL_ON/UI/MainPage.cs |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 960f6cf..17b3e99 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -122,7 +122,9 @@
             SPK.PanelSocket,SPK.ElectricSocket,
             SPK.MechanicalArm,SPK.IpCam_Imou,
             SPK.GroupControl,
-            SPK.AvMusic,SPK.MusicStandard
+            //SPK.AvMusic,
+            //SPK.MusicStandard,
+            //SPK.ElectricalTvHisense
         };
 
 
@@ -619,9 +621,12 @@
         public static void Log(string msg)
         {
 #if DEBUG
-            //if (msg.Contains("鏀跺埌鏁版嵁")
-            //    || msg.Contains("鍙戦��")
-            //    )
+            if (msg.Contains("鏀跺埌鏁版嵁")
+                || msg.Contains("鍙戦��")
+                || msg.Contains("鎺ユ敹鍒版帹閫�")
+                   || msg.Contains("api")
+
+                )
                 Console.WriteLine(msg);
 #endif
         }

--
Gitblit v1.8.0