Przeglądaj źródła

修复导表错误

tanghai 3 lat temu
rodzic
commit
5639488325
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Share/Tool/ExcelExporter/ExcelExporter.cs

+ 0 - 1
Share/Tool/ExcelExporter/ExcelExporter.cs

@@ -593,7 +593,6 @@ namespace ET
             string p = Path.Combine(string.Format(jsonDir, configType, relativeDir));
             string[] ss = Directory.GetFiles(p, $"{protoName}*.txt");
             List<string> jsonPaths = ss.ToList();
-            jsonPaths.Add(Path.Combine(string.Format(jsonDir, configType, relativeDir), $"{protoName}.txt"));
 
             jsonPaths.Sort();
             jsonPaths.Reverse();