From f60b17fa18701c2cee017a5117e96510f54b44cf Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 十二月 2024 16:05:44 +0800
Subject: [PATCH] 更新功能

---
 HDL_ON/Common/OnAppConfig.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/OnAppConfig.cs b/HDL_ON/Common/OnAppConfig.cs
index 8c86dc0..6b6388c 100644
--- a/HDL_ON/Common/OnAppConfig.cs
+++ b/HDL_ON/Common/OnAppConfig.cs
@@ -70,6 +70,10 @@
                 }
             }
         }
+        /// <summary>
+        /// 瀛椾綋鏀惧ぇ
+        /// </summary>
+        public int FontAmplify = 3;
 
         /// <summary>
         /// 瀛樺偍鐧诲綍杩囩殑鐢ㄦ埛
@@ -77,6 +81,8 @@
         public List<UserAccount> UserList = new List<UserAccount>();
 
         #region 鏈嶅姟鍣ㄦ暟鎹�
+        public RequestHostType HostType = RequestHostType.ONLINE;
+
         public string _RequestHttpsHost = "https://china.hdlcontrol.com";
         /// <summary>
         ///  璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭�
@@ -170,4 +176,11 @@
         public DateTime LoginTime = DateTime.MinValue;
 
     }
+
+    public enum RequestHostType
+    {
+        ONLINE,
+        TEST,
+        DEV,
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0