ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionFileContentForm.cs
@@ -95,6 +95,7 @@ textValue += value + "\r\n"; } } textValue = textValue.Replace(",", "\r\n"); if (textValue.StartsWith("{") == true) { textValue = "{\r\n" + textValue.Substring(1);