🐛fix: 增加正式环境Swagger界面

This commit is contained in:
yubaolee
2025-09-19 10:25:17 +08:00
parent edb40b1775
commit 6f276a0587
3 changed files with 155 additions and 18 deletions

View File

@@ -23,6 +23,9 @@
<None Remove="log\**" />
<None Remove="wwwroot\**" />
<EmbeddedResource Include="index.html" />
<None Update="swagger\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>