no message

This commit is contained in:
hellcat 2025-04-04 17:51:32 +08:00
parent bfae910688
commit e2d2838200

View File

@ -58,7 +58,7 @@ final class TgSendFormat
$sFlowMix .= ",余".$iMaxWidth - $iUseWidth."g";
}
if ($iLimitDay > 0 && $iMaxWidth != 0) {
if ($iMaxWidth != 0) {
$sFlowMix .= ",置".$iLimitDay."d";
}