no message

This commit is contained in:
hellcat 2025-04-03 19:01:54 +08:00
parent 33c62b146d
commit a78674b4fe

View File

@ -484,8 +484,8 @@ final class HookController
$aMsgData = [];
foreach ($aDuckList as $k => $v) {
$v['use_width'] = Tools::flowToTB($v['use_width']).'t';
$v['max_width'] = Tools::flowToTB($v['max_width']).'t';
$v['use_width'] = Tools::flowToGB($v['use_width']).'g';
$v['max_width'] = Tools::flowToGB($v['max_width']).'g';
$v['today_width'] = Tools::flowToGB($v['today_width']).'g';
$aMsgData[] = $v;
}