PHP 版本8.1
Implicit conversion from float 25.5 to int loses precision in /wwwroot/tool/webman/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php:365
官方fork了一個版本,用這個吧
文檔 http://m.wtbis.cn/doc/webman/components/captcha.html
composer require webman/captcha
需要更改 /webman/plugin/admin/app/controller/common/AccountController.php
use Gregwar\Captcha\CaptchaBuilder;
為
use Webman\Captcha\CaptchaBuilder;