优化代码

This commit is contained in:
不做码农
2022-12-20 16:06:59 +08:00
parent e349aecb75
commit 568e774d80
4 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ namespace ZR.Common
{
return Engine.LoadTemplate(fullName);
}
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine($"未找到路径{fullName}");
return null;
}
}