refactor(captcha): 调整验证码字体大小并增强验证码生成逻辑

- 修改验证码字体大小从40调整为35
- 增加验证码生成的难度参数,支持不同难度级别的运算
- 优化验证码图像生成逻辑,增加随机噪点和干扰线,提升安全性和可读性
This commit is contained in:
zhangtao
2026-03-25 01:18:24 +08:00
parent fd8ee5d3af
commit 565663be4a
48 changed files with 1216 additions and 1326 deletions
@@ -103,7 +103,6 @@
:border="true"
:max-height="250"
:row-key="pk"
:highlight-current-row="true"
:class="{ radio: !isMultiple }"
@select="handleSelect"
@select-all="handleSelectAll"