HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-09-23 f9bbfe61af837ef92d0a57a7075597e99051159a
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);