From c55827e5b1db12e4226ddc5a9ebed397bf6cf684 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 3 Apr 2025 20:26:31 +0800 Subject: [PATCH] no message --- src/Services/TomTool/TgSendFormat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index a6eb25b0..1ef66988 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -51,15 +51,15 @@ final class TgSendFormat // $sFlowMix = $sFlowEmoji.' '.(100 - $sFlowRate)."%(".$iMaxWidth."g - ".$iUseWidth."g = ".$iMaxWidth - $iUseWidth."g)【 今:".$iFlowToday."g 】"; $sFlowMix = $sFlowEmoji.' '.(100 - $sFlowRate)."%"; - $sFlowMix .= "( 总".$iMaxWidth."g"; + $sFlowMix .= " [ 总".$iMaxWidth."g"; $sFlowMix .= ",余".$iMaxWidth - $iUseWidth."g"; $sFlowMix .= ",今".$iFlowToday."g"; if ($iLimitDay > 0) { - $sFlowMix .= ",置:".$iLimitDay."d"; + $sFlowMix .= ",置".$iLimitDay."d"; } - $sFlowMix .= " )"; + $sFlowMix .= " ]"; $this->aContent[] = [$sName, $sFlowMix];