导表工具修改

This commit is contained in:
2025-10-09 17:56:21 +08:00
parent e60822137f
commit 9ac305feba
45 changed files with 2753 additions and 557 deletions

View File

@@ -19,14 +19,14 @@ namespace NBF
[MenuItem("构建/配置表/导表")]
public static void BuildExcel()
{
ExcelToJsonWindow.GenConfig(false);
// ExcelToJsonWindow.GenConfig(false);
AssetDatabase.Refresh();
}
[MenuItem("构建/配置表/导多语言")]
public static void BuildLanguage()
{
ExcelToJsonWindow.GenLanguage();
// ExcelToJsonWindow.GenLanguage();
AssetDatabase.Refresh();
}