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]; }