Procházet zdrojové kódy

Merge branch 'master' of http://192.168.2.5:3000/GFG/Client

zhangyuqian před 1 rokem
rodič
revize
a2057aed34
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      GameClient/Assets/Editor/Excel/ExcelReader.cs

+ 1 - 1
GameClient/Assets/Editor/Excel/ExcelReader.cs

@@ -23,7 +23,7 @@ namespace GFGEditor
             for (int i = 0; i < totalCount; i++)
             {
                 string filePath = files[i];
-                string fileName = Path.GetFileNameWithoutExtension(filePath);
+                string fileName = Path.GetFileNameWithoutExtension(filePath).Trim();
                 if (!fileName.Contains("~") && !fileName.StartsWith(".") && fileName != "")
                 {
                     EditorUtility.DisplayProgressBar("进度", $"fileNmae{fileName}", 1);