From d34ad4ab9858361e76b8b84166fb90627efe9c7d Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 4 Apr 2025 15:51:23 +0800 Subject: [PATCH] no message --- src/Services/TomTool/TgSendFormat.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index b26f927c..1a75c32c 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -49,7 +49,7 @@ final class TgSendFormat } // $sFlowMix = $sFlowEmoji.' '.(100 - $sFlowRate)."%(".$iMaxWidth."g - ".$iUseWidth."g = ".$iMaxWidth - $iUseWidth."g)【 今:".$iFlowToday."g 】"; - $sFlowMix = $sFlowEmoji.'@'.$sMemo.' '.(100 - $sFlowRate)."%"; + $sFlowMix = $sFlowEmoji.' '.(100 - $sFlowRate)."%"; $sFlowMix .= " [ "; @@ -70,6 +70,10 @@ final class TgSendFormat $sFlowMix .= " ]"; + if ($sMemo) { + $sName .= '%'.$sMemo + } + $this->aContent[] = [$sName, $sFlowMix]; }