HDL Home App 第二版本 旧平台金堂用 正在使用
lss
2022-04-25 5b0a842cbdc5dc54e45e5d350d3516d0cdd59199
ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionFileContentForm.cs
@@ -95,7 +95,6 @@
                    textValue += value + "\r\n";
                }
            }
            textValue = textValue.Replace(",", "\r\n");
            if (textValue.StartsWith("{") == true)
            {
                textValue = "{\r\n" + textValue.Substring(1);