Assets/Editor/Tool/CheckFontSwitch.cs
@@ -14,7 +14,6 @@ static string windowRootPath2 = Application.dataPath + "/ResourcesOut/UI/PriorityWindow"; static string prefabRootPath = Application.dataPath + "/ResourcesOut/UI/Prefab"; [MenuItem("程序/检测和添加FontSwitch")] public static void CheckAndReplaceFontSwitch() { try @@ -70,7 +69,6 @@ } static List<string> chineseCharactorErrors = new List<string>(); [MenuItem("程序/查找中文字")] public static void FindChineseCharacter() { try