style: 添加启动logo

This commit is contained in:
陈淳
2024-03-06 18:35:34 +08:00
parent 14781da78e
commit 1ab0263347

View File

@@ -16,6 +16,16 @@ Log.Logger = new LoggerConfiguration()
try
{
Log.Information("""
__ _ _
\ \ / (_)
\ \_/ / _
\ / | |
| | | |
|_| |_|
""");
Log.Information("Yi框架-Abp.vNext启动");
var builder = WebApplication.CreateBuilder(args);