beiguoxia 3 жил өмнө
parent
commit
8afac908e3

+ 1 - 1
GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

@@ -14,7 +14,7 @@ namespace GFGEditor
         public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
         public static string ResRootPathDressUp { get { return $"../../../gfg/{ResRootDirNameDressUp}/"; } }
 
-        public static string ragule = @"^[0-9a-zA-Z_]{1,}$";
+        public static string ragule = @"^[0-9a-zA-Z_.]{1,}$";
         public static string Md5FilePath = "Assets/Res/MD5";
 
         private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }