添加的登录界面,使用固定账号和密码测试登录逻辑成功

This commit is contained in:
2025-07-05 14:05:59 +08:00
parent ad6b36018a
commit a3996dad99
24 changed files with 426 additions and 49 deletions

View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
</Project>