This commit is contained in:
hellcat 2025-03-14 22:42:53 +08:00
parent 5a512986f7
commit 4cc12c8ec8
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ final class Cron
// 流量报告,机器
$oTgSendFormat = new TgSendFormat();
$oTgSendFormat->sTitleEmoji = "";
$oTgSendFormat->sTitleEmoji = "\n";
$oTgSendFormat->sTitle = "流量报告 - 机器";
$oDucksAll = $oDucks->all();

View File

@ -17,7 +17,7 @@ final class TgSendFormat
{
$sStr = '';
$sStr .= " \n".$this->sTitleEmoji;
$sStr .= "\n\n".$this->sTitleEmoji;
$sStr .= "\n\n".$this->sTitle;