From 9a0445236b25b39a47a5152dd8948a28ca85db62 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Wed, 11 Jun 2025 17:36:25 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Book.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Services/TG/Hook/Mod/Book.php b/app/Services/TG/Hook/Mod/Book.php index 5f3ce65c..9ceda9c2 100644 --- a/app/Services/TG/Hook/Mod/Book.php +++ b/app/Services/TG/Hook/Mod/Book.php @@ -1817,6 +1817,8 @@ class Book extends Base { $this->mRst[] = ["反", $r]; + $this->noRe(); + return $this->openRe(); } @@ -2025,7 +2027,7 @@ class Book extends Base { if (strlen($sTopBar) <= 4) { $sTopBar = ""; } else { - $sTopBar .= "\n\n"; +// $sTopBar .= "\n\n"; } $sStr = ""; @@ -2034,7 +2036,7 @@ class Book extends Base { if ($this->sPath != "/") { $iParentId = $this->_parentIdByPath(); $sParentRag = ModelBook::where("id", $iParentId)->first()?->rag; - $sParentStr = ""; + $sParentStr = "\n\n"; $sParentStr .= "p:".$sParentRag; $sStr .= $sParentStr; }