From d43429532fe5864ce0c86c75a40307886de724b1 Mon Sep 17 00:00:00 2001
From: hellcat <>
Date: Thu, 3 Jul 2025 15:32:34 +0800
Subject: [PATCH] no message
---
app/Services/TG/Hook/Mod/Tool.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/Services/TG/Hook/Mod/Tool.php b/app/Services/TG/Hook/Mod/Tool.php
index be804724..68cb431c 100644
--- a/app/Services/TG/Hook/Mod/Tool.php
+++ b/app/Services/TG/Hook/Mod/Tool.php
@@ -34,12 +34,12 @@ class Tool extends Base {
$character = "o";
if (stripos($oMetHodsRow->name, $sLike) !== false) {
- $str .= "
";
+ $str .= "\n\n";
$str .= $oMetHodsRow->name;
}
} else {
- $str .= "
";
+ $str .= "\n\n";
$str .= $oMetHodsRow->name;
}