This commit is contained in:
2025-10-09 22:10:53 +08:00
40 changed files with 2360 additions and 502 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();
}