Beautiful admin panel (#35)

* Fixed some issues

Solve the problem of repeated addition of user objects in db.json after logging into the control panel

* 更新

* 更新

* 修复问题

* Update

* Add missing files
This commit is contained in:
阁主
2025-05-25 21:32:34 +08:00
committed by GitHub
parent 03aca327b0
commit 059821deb7
29 changed files with 4332 additions and 242 deletions

View File

@@ -9,6 +9,10 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>