@@ -10,7 +10,7 @@ namespace GFGEditor
/// 存放excel表文件夹的的路径
/// </summary>
//public const string excelsFolderPath = "../../../gfg/tools/Config";
- public static string excelsFolderPath { get { return $"../../../gfg/tools/{excelsRootDirNameDressUp}/data/"; } }
+ public static string excelsFolderPath { get { return $"../../../tools/{excelsRootDirNameDressUp}/data/"; } }
/// <summary>
/// 存放临时excel表文件夹的的路径