From 5544347e0f2d5b4f3be5e63b728258e8f567cc83 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 11 四月 2024 11:37:12 +0800
Subject: [PATCH] V2版本功能完成

---
 HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs
index 053765d..102308b 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs
@@ -64,14 +64,14 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 Padding = new Padding(12,  Application.GetRealWidth(16), 12, Application.GetRealWidth(16)),
                 TextSize = CSS_FontSize.TextFontSize,
-                Text = "*鎮ㄥ彲浠ュ皢绗笁鏂瑰搧鐗岀殑璁惧鍏宠仈鍒癘n Pro鎮ㄥ綋鍓嶇殑浣忓畢涓娿��",
+                Text = "*鎮ㄥ彲浠ュ皢绗笁鏂瑰搧鐗岀殑璁惧鍏宠仈鍒般�婃兂澶╂櫤鎺с�嬫偍褰撳墠鐨勪綇瀹呬笂銆�",
                 IsMoreLines = true,
                 TextAlignment = TextAlignment.CenterLeft,
             };
             bodyView.AddChidren(btnTipText);
             if (Language.CurrentLanguage != "Chinese")
             {
-                btnTipText.Text = "*You can associate third-party branded devices with on Pro's current home.";
+                btnTipText.Text = "*You can associate third-party branded devices with 鎯冲ぉ鏅烘帶's current home.";
             }
 
             contentView = new FrameLayout()

--
Gitblit v1.8.0