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); };