From e2d2838200518218997dff03180d9621df030544 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 4 Apr 2025 17:51:32 +0800 Subject: [PATCH] no message --- src/Services/TomTool/TgSendFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index 1e4240a3..6f3d3871 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -58,7 +58,7 @@ final class TgSendFormat $sFlowMix .= ",余".$iMaxWidth - $iUseWidth."g"; } - if ($iLimitDay > 0 && $iMaxWidth != 0) { + if ($iMaxWidth != 0) { $sFlowMix .= ",置".$iLimitDay."d"; }