no message
This commit is contained in:
parent
f362601d18
commit
d34ad4ab98
@ -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];
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user