feat: 完成yi.tool.web爬虫

This commit is contained in:
橙子
2024-06-09 00:29:53 +08:00
parent f44a099469
commit f267d820bf
11 changed files with 144 additions and 10 deletions

View File

@@ -5,8 +5,13 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="Volo.Abp.Caching" Version="$(AbpVersion)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Abp.Tool.Domain.Shared\Yi.Abp.Tool.Domain.Shared.csproj" />
</ItemGroup>
</Project>