From 0c535c707ef9e4f71f2218635d2dcfb2afb34669 Mon Sep 17 00:00:00 2001 From: Dong <1278815766@qq.com> Date: Mon, 12 May 2025 02:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E7=BB=88=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=96=87=E4=BB=B6=E7=9A=84=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index 0262a5a..5eb80d1 100644 --- a/Form1.cs +++ b/Form1.cs @@ -208,7 +208,7 @@ namespace MD5Create // 序列化和保存JSON string json = JsonConvert.SerializeObject(versionedStructure, Newtonsoft.Json.Formatting.Indented); string jsonMD5 = CalculateMD5FromString(json); - string outputPath = Path.Combine(md5FolderPath, $"{jsonMD5}.json"); + string outputPath = Path.Combine(md5FolderPath, "md5.json"); File.WriteAllText(outputPath, json); // 最终更新