From 4ce9ee520af188c8a49e748e8226cdb9f2149d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Wed, 6 Mar 2024 18:46:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AE=8C=E5=96=84=E5=AE=8C=E6=95=B4lo?= =?UTF-8?q?go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs b/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs index 68c2bb24..1f0f2e2f 100644 --- a/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs +++ b/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs @@ -17,15 +17,15 @@ Log.Logger = new LoggerConfiguration() try { Log.Information(""" - - __ _ _ - \ \ / (_) - \ \_/ / _ - \ / | | - | | | | - |_| |_| - """); + __ ___ ______ _ + \ \ / (_) | ____| | | + \ \_/ / _ | |__ _ __ __ _ _ __ ___ _____ _____ _ __| | __ + \ / | | | __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ / + | | | | | | | | | (_| | | | | | | __/\ V V / (_) | | | < + |_| |_| |_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_\ + + """); Log.Information("Yi框架-Abp.vNext,启动!"); var builder = WebApplication.CreateBuilder(args);