From 50ebb96de9f0998d7cdb685a328126539a162b58 Mon Sep 17 00:00:00 2001 From: heiye111 Date: Tue, 19 May 2026 22:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E4=B8=BA=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E5=AD=98=E5=82=A8,=E7=A7=81=E8=81=8A?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=94=A8=E6=88=B7=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Program.cs b/Program.cs index 356008b..95cef99 100644 --- a/Program.cs +++ b/Program.cs @@ -7,6 +7,9 @@ using WebAppServer1.ApplicationDbContext; using WebAppServer1.Authentication; using WebAppServer1.Chat; + +//进度为简单聊天存储,私聊搜索用户等 + var builder = WebApplication.CreateBuilder(args); // Add services to the container.