Core/GameEngine/Model/ConfigManager.cs
@@ -13,7 +13,7 @@ public static string CustomIV = "4vHKRj3yfzU="; public static string CustomKey = "xhVs6DRXLfUGxw+AhtfQdpQGoa+8SA9d"; protected string[] lineStep = new string[] { "\r\n" }; //行间隔体 protected string[] lineStep = new string[] { "\r\n","\n" }; //行间隔体 protected string[] rowStep = new string[] { "\t" }; //段间隔体 bool isPlaying = true;