fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 36s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-29 20:51:20 +08:00
parent 0d94276a0d
commit b6352d4f6f
12 changed files with 176256 additions and 10 deletions

View File

@@ -21,12 +21,9 @@
</ItemGroup>
<ItemGroup>
<!-- 移除默认包含的 Resources JSON 文件,然后显式添加并设置复制规则 -->
<Content Remove="Resources\*.json" />
<Content Include="Resources\*.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\*.json">
<!-- 禁用默认的 Content 包含,然后显式添加 Resources 文件 -->
<Content Remove="Resources\**" />
<Content Include="Resources\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>