From 808ade6e8d3d6df41e9b551b1db1dacd8415a33e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 28 Jun 2023 09:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/InternationalizationHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }