From f31b8480f67f3c746d8d98a18ca8b9b5016f1664 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期日, 30 七月 2023 19:45:52 +0800
Subject: [PATCH] 场景移除音乐
---
HDL_ON/UI/MainPage.cs | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 960f6cf..e2ce48b 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -122,7 +122,7 @@
SPK.PanelSocket,SPK.ElectricSocket,
SPK.MechanicalArm,SPK.IpCam_Imou,
SPK.GroupControl,
- SPK.AvMusic,SPK.MusicStandard
+ //SPK.AvMusic,SPK.MusicStandard
};
@@ -141,6 +141,7 @@
//_RoomNotSupportFunctionList.Add(SPK.MusicStandard);
//_RoomNotSupportFunctionList.Add(SPK.AvMusic);
_RoomNotSupportFunctionList.Add(SPK.AirSwitch);
+ _RoomNotSupportFunctionList.Add(SPK.AirSwitchP3);
_RoomNotSupportFunctionList.Add(SPK.ElectricEnergy);
//_RoomNotSupportFunctionList.Add(SPK.OtherCommon);
_RoomNotSupportFunctionList.Add(SPK.SensorLight);
@@ -619,9 +620,11 @@
public static void Log(string msg)
{
#if DEBUG
- //if (msg.Contains("鏀跺埌鏁版嵁")
- // || msg.Contains("鍙戦��")
- // )
+ if (msg.Contains("鏀跺埌鏁版嵁")
+ || msg.Contains("鍙戦��")
+ || msg.Contains("鎺ユ敹鍒版帹閫�")
+
+ )
Console.WriteLine(msg);
#endif
}
--
Gitblit v1.8.0