IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs
文件名从 IStation.Service.SZJT/03-settings/helper/SZJTFileHelper.cs 修改 @@ -50,7 +50,9 @@ internal static bool Save() { if (_appparas == null) { return default; } var json = JsonHelper.Object2FormatJson(_appparas); File.WriteAllText(JsonFileName, json, Encoding.UTF8); return true;