diff --git a/IRaCIS.Core.Application/Helper/InternationalizationHelper.cs b/IRaCIS.Core.Application/Helper/InternationalizationHelper.cs index 47270ae7d..8b09c78cb 100644 --- a/IRaCIS.Core.Application/Helper/InternationalizationHelper.cs +++ b/IRaCIS.Core.Application/Helper/InternationalizationHelper.cs @@ -36,7 +36,7 @@ namespace IRaCIS.Core.Application.Helper //jsonObject["testArray"] = JArray.FromObject(generalRules); // 将更改保存回 Json 文件 - File.WriteAllText(jsonFilePath, jsonObject.ToString()); + //File.WriteAllText(jsonFilePath, jsonObject.ToString()); } }