|
@@ -11,8 +11,8 @@ namespace GFGEditor
|
|
|
{
|
|
|
public static string ResRootDirName = "正式资源";
|
|
|
public static string ResRootDirNameDressUp = "正式资源";
|
|
|
- public static string ResRootPath { get { return $"../../../0A-GFGClient/{ResRootDirName}/"; } }
|
|
|
- public static string ResRootPathDressUp { get { return $"../../../0A-GFGClient/{ResRootDirNameDressUp}/"; } }
|
|
|
+ public static string ResRootPath { get { return $"../../0A-GFGClient/{ResRootDirName}/"; } }
|
|
|
+ public static string ResRootPathDressUp { get { return $"../../0A-GFGClient/{ResRootDirNameDressUp}/"; } }
|
|
|
|
|
|
public static string ragule = @"^[0-9a-zA-Z_.]{1,}$";
|
|
|
public static string Md5FilePath = $"{ResPathUtil.RES_ROOT_DIR_PATH}/MD5";
|