|
@@ -14,7 +14,7 @@ namespace GFGEditor
|
|
public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
|
|
public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
|
|
public static string ResRootPathDressUp { get { return $"../../../gfg/{ResRootDirNameDressUp}/"; } }
|
|
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";
|
|
public static string Md5FilePath = "Assets/Res/MD5";
|
|
|
|
|
|
private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }
|
|
private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/" }; } }
|