From 6fee0e6dd12d7aa30a49425a3982560a902a3d2b Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 29 八月 2023 19:12:25 +0800
Subject: [PATCH] 2023年08月29日19:12:23

---
 HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs
index e939fda..56214c5 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs
@@ -288,9 +288,11 @@
 
             });
             //淇″彿婧�
-            sourceFrameLayout.selectAction += (text) =>
+            sourceFrameLayout.selectAction += (key) =>
             {
-                string value = text.Replace(" ", "_");
+                var p = new UI2.Intelligence.Automation.PublicInterface();
+                var dic = p.GetHisenseSignalSourceDic();
+                string value = p.GetValue(dic, key);
                 ControlCommand(HisenseTVFunctionalAttributeConstant.signal, value);
             };
 

--
Gitblit v1.8.0