feat: 添加称号授予功能

源代码来自项目:https://github.com/YF-OFFICE/NewDIR
This commit is contained in:
3cxc
2026-02-12 15:39:44 +08:00
parent 9ab2bd7c86
commit b64a45bfe7
5 changed files with 469 additions and 2 deletions

View File

@@ -115,16 +115,19 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BadgeSystem\Badge.cs" />
<Compile Include="Commands\Chat\AcCommand.cs" />
<Compile Include="Commands\Chat\BcCommand.cs" />
<Compile Include="Commands\Chat\CCommand.cs" />
<Compile Include="Commands\RescueCommand.cs" />
<Compile Include="Configs\BadgeConfig.cs" />
<Compile Include="Configs\Config.cs" />
<Compile Include="Configs\TranslateConfig.cs" />
<Compile Include="Events\CustomEventHandler.cs" />
<Compile Include="Plugins.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utils\ChatUtils.cs" />
<Compile Include="Utils\Ini.cs" />
<Compile Include="Utils\Pool\IPool.cs" />
<Compile Include="Utils\Pool\StringBuilderPool.cs" />
<Compile Include="Utils\Util.cs" />