From 29160efe0f203c5e65dcf4e5a429ced6bde39187 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 29 八月 2023 15:35:24 +0800 Subject: [PATCH] 2023年08月29日15:35:09 --- 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