1、增加图片视频

2、优化代码结构
3、up主下载分类逻辑可配置
This commit is contained in:
jianzhichu
2025-11-23 00:46:41 +08:00
parent 7cacdaedd4
commit 8cef13c926
51 changed files with 1604 additions and 1667 deletions
+12 -1
View File
@@ -23,12 +23,16 @@
<ItemGroup>
<Compile Remove="app\**" />
<Compile Remove="expand\**" />
<Compile Remove="logs\**" />
<Content Remove="app\**" />
<Content Remove="expand\**" />
<Content Remove="logs\**" />
<EmbeddedResource Remove="app\**" />
<EmbeddedResource Remove="expand\**" />
<EmbeddedResource Remove="logs\**" />
<None Remove="app\**" />
<None Remove="expand\**" />
<None Remove="logs\**" />
</ItemGroup>
@@ -68,14 +72,21 @@
<None Include="dy.net.sln" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="expand\dy.image\dy.image.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="db\dy.sqlite">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Dockerfile">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Dockerfile-arm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Dockerfile">
<None Update="Dockerfile-dev">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>