From 39d00ac75d9e6fcbed263b8bb73e3e008f17009c Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 10 Jun 2025 18:23:00 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Book.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/Services/TG/Hook/Mod/Book.php b/app/Services/TG/Hook/Mod/Book.php index bf4be71c..66edb516 100644 --- a/app/Services/TG/Hook/Mod/Book.php +++ b/app/Services/TG/Hook/Mod/Book.php @@ -1165,16 +1165,12 @@ class Book extends Base { { $aNo = $aParam["aArg"]; -// if (!$aNo) { -// $aNo = ModelBook::_noByChecked($this->sPath); -// } $aId = $this->_noToId($aNo); if (!$aId) { return "没有id"; } -// $oBookByNo = ModelBook::where("path", $this->sPath)->whereIn("no", $aNo)->get(); $oBookByNo = ModelBook::whereIn("id", $aId)->get(); $iDelCount = 0; @@ -1192,7 +1188,6 @@ class Book extends Base { } -// $this->mRst["返"] = $iDelCount; $this->mRst[] = ["返", $iDelCount]; $this->noRe(); @@ -1225,7 +1220,6 @@ class Book extends Base { $iDelCount++; } -// $this->mRst["返"] = $iDelCount; $this->mRst[] = ["反", $iDelCount]; return $this->openRe(); @@ -2129,7 +2123,7 @@ class Book extends Base { if ($iSubCount = $this->_SubCount($oRag->path.$oRag->id."/")) { - $sStr .= " 🗞️".$iSubCount; + $sStr .= " *".$iSubCount; } return $sStr;