feat: initial commit

This commit is contained in:
Menci
2026-01-01 03:40:41 +08:00
commit 631f8ed771
98 changed files with 14776 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="DotNetCampus.LatestCSharpFeatures" Version="13.0.1" />
<PackageVersion Include="hyjiacan.pinyin4net" Version="4.1.1" />
<PackageVersion Include="MeCab.DotNet" Version="1.2.0" />
<PackageVersion Include="MyNihongo.KanaConverter" Version="1.0.5" />
<PackageVersion Include="OpenccNetLib" Version="1.4.0" />
<PackageVersion Include="Telegram.Bot" Version="22.5.0" />
</ItemGroup>
</Project>