From a96b442cd61cf1a9bea6ba90d48cc740840b17dc Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 19 Apr 2025 20:34:28 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Visitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Tg/Hook/Mod/Visitor.php b/src/Services/Tg/Hook/Mod/Visitor.php index 39560c18..a577d14e 100644 --- a/src/Services/Tg/Hook/Mod/Visitor.php +++ b/src/Services/Tg/Hook/Mod/Visitor.php @@ -29,7 +29,7 @@ final class Visitor $sTotal = "\n\n总数:".$row['total']; - $str = $sPre.$sTotal.$sMsg.$sPre; + $str = $sPre.$sTotal.$sPre.$sMsg.$sPre; return $str; }