fix localization

This commit is contained in:
yxw
2025-12-09 19:10:10 +08:00
parent 2318dff192
commit ed2e3ecd24
9 changed files with 81 additions and 131 deletions

View File

@@ -8,6 +8,13 @@
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\localization\**" />
<Content Remove="wwwroot\localization\**" />
<EmbeddedResource Remove="wwwroot\localization\**" />
<None Remove="wwwroot\localization\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntDesign" Version="1.5.0" />
<PackageReference Include="AntDesign.ProLayout" Version="1.4.0" />
@@ -26,8 +33,4 @@
<ProjectReference Include="..\..\Atomx.Common\Atomx.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\localization\" />
</ItemGroup>
</Project>