1、关键字长度限制过滤 修改为 连续的字符文本满足条件才算。中间有符号、空格、表情、控制字符等间隔的都不算

This commit is contained in:
2025-05-23 15:31:08 +08:00
parent 8a1d028f3e
commit a9a34dcc0f
4 changed files with 16 additions and 7 deletions

View File

@ -128,6 +128,7 @@
<Compile Include="service\FileService.vb" />
<Compile Include="service\Logger.vb" />
<Compile Include="service\StringEncryption.vb" />
<Compile Include="service\StringHelper.vb" />
<Compile Include="service\Updater.vb" />
</ItemGroup>
<ItemGroup>