From cbc156bc38d8b8eae7aef60cb186ab2b52fa701f Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 16 七月 2024 13:59:56 +0800
Subject: [PATCH] 增加全部挂断

---
 HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/SupportHomeKitNotesPage.cs |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/SupportHomeKitNotesPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/SupportHomeKitNotesPage.cs
index 6c6bb36..b8dade0 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/SupportHomeKitNotesPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/SupportHomeKitNotesPage.cs
@@ -14,12 +14,14 @@
         }
         public void ShowPage()
         {
-            new TopViewDiv(bodyView, Language.StringByID(StringId.SupportHomeKitNotes)).LoadTopView();
+            var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.SupportHomeKitNotes));
+            topView.maginY = 10;
+            topView.LoadTopView();
 
             var contentView = new VerticalScrolViewLayout()
             {
-                Y = Application.GetRealHeight(90),
-                Height = bodyView.Height ,
+                Y = Application.GetRealHeight(100),
+                Height = Application.GetRealHeight(490) ,
                 BackgroundColor = CSS_Color.MainBackgroundColor,
             };
             bodyView.AddChidren(contentView);
@@ -28,7 +30,7 @@
             if (Language.CurrentLanguage == "Chinese")
             {
                 msg = "鐩墠HDL骞冲彴宸叉敮鎸佸悜鑻规灉搴旂敤鈥滃搴�滱pp 娣诲姞 HomeKit 閰嶄欢銆�" + "\r\n" +
-                        "鐩墠鏀寔娣诲姞鍒扳�滃搴�濈殑閰嶄欢鏈塇DL gateway銆丠DL light绛夈��" + "\r\n" +
+                        "鐩墠鏀寔娣诲姞鍒扳�滃搴�滲uspro缃戝叧绛夈��" + "\r\n" +
                         "鎮ㄥ彲浠ヤ娇鐢� iPhone銆乮Pad 鎴� iPod touch锛屾寜鐓т互涓嬫楠ゆ搷浣滐紝鍚戔�滃搴�滱pp 娣诲姞閰嶄欢锛�" + "\r\n" +
                         "1銆佹墦寮�鈥滃搴�滱pp锛岀劧鍚庤交鐐光�滄坊鍔犻厤浠垛�� 鎴栤�滄坊鍔犫�濄��" + "\r\n" +
                         "2銆佽交鐐光�滄坊鍔犻厤浠垛�濄��" + "\r\n" +
@@ -40,7 +42,7 @@
             else
             {
                 msg = "At present, the HDL platform has supported adding homekit accessories to Apple's \"home\" app." + "\r\n" +
-                        "At present, HDL gateway, HDL light and other accessories can be added to \"home\"." + "\r\n" +
+                        "At present, Buspro gateway and other accessories can be added to \"home\"." + "\r\n" +
                         "You can use iPhone, iPad or iPod touch to add accessories to the home app by following these steps: " + "\r\n" +
                         "1.Open the home app and tap add accessories or add." + "\r\n" +
                         "2.Tap add fitting." + "\r\n" +

--
Gitblit v1.8.0