From 7a5dc2a6d15d14f70b64310c597a05cfe97208bd Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 22 四月 2024 16:27:10 +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