From 64ba86372b5fe0cddb636a84a9d2964f8a48b7dc Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 四月 2024 15:41:38 +0800 Subject: [PATCH] 隐藏跑马灯功能,修改推送标记(想天专用) --- HDL_ON/Entity/DB_ResidenceData.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index 0f9b9b8..32fc917 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -29,7 +29,7 @@ { if (MainPage.NoLoginMode) { - return new RegionInfoRes() { homeName = "HDL Home" ,id = "text000001"}; + return new RegionInfoRes() { homeName = "My Home" ,id = "text000001"}; } else { @@ -76,7 +76,7 @@ ShowFunction.Sensor,ShowFunction.VideoIntercom, ShowFunction.SecurityCenter, ShowFunction.MechanicalArm , - ShowFunction.Series, + //ShowFunction.Series, ShowFunction.Aks, }; } -- Gitblit v1.8.0