From 6c6b31a115bb1e2e7118972793535188e014a8d2 Mon Sep 17 00:00:00 2001 From: iambossTC Date: Wed, 23 Jul 2025 10:48:07 +0800 Subject: [PATCH] tune --- Hi.Webapi.csproj | 2 +- Program.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Hi.Webapi.csproj b/Hi.Webapi.csproj index a7708ea..24500c3 100644 --- a/Hi.Webapi.csproj +++ b/Hi.Webapi.csproj @@ -2,7 +2,7 @@ net9.0 - enable + disable enable x64 x64 diff --git a/Program.cs b/Program.cs index 8ee8908..c71f486 100644 --- a/Program.cs +++ b/Program.cs @@ -2,6 +2,7 @@ using Hi.Disp; using Hi.Licenses; using Hi.Webapi.Hubs; using Hi.Webapi.Services; +using Hi.Common.Messages; namespace Hi.Webapi { @@ -53,7 +54,7 @@ namespace Hi.Webapi { DispEngine.FinishDisp(); License.LogOutAll(); - Console.WriteLine($"App exit."); + MessageKit.AddInfo($"App exit."); }); // Configure the HTTP request pipeline.