项目结构

This commit is contained in:
2025-08-28 18:23:06 +08:00
parent ecfdbd5f86
commit cacbd7e8f6
79 changed files with 74812 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>