no message

This commit is contained in:
hellcat 2025-06-11 17:36:25 +08:00
parent 7897be7e9b
commit 9a0445236b

View File

@ -1817,6 +1817,8 @@ class Book extends Base {
$this->mRst[] = ["", $r]; $this->mRst[] = ["", $r];
$this->noRe();
return $this->openRe(); return $this->openRe();
} }
@ -2025,7 +2027,7 @@ class Book extends Base {
if (strlen($sTopBar) <= 4) { if (strlen($sTopBar) <= 4) {
$sTopBar = ""; $sTopBar = "";
} else { } else {
$sTopBar .= "\n\n"; // $sTopBar .= "\n\n";
} }
$sStr = ""; $sStr = "";
@ -2034,7 +2036,7 @@ class Book extends Base {
if ($this->sPath != "/") { if ($this->sPath != "/") {
$iParentId = $this->_parentIdByPath(); $iParentId = $this->_parentIdByPath();
$sParentRag = ModelBook::where("id", $iParentId)->first()?->rag; $sParentRag = ModelBook::where("id", $iParentId)->first()?->rag;
$sParentStr = ""; $sParentStr = "\n\n";
$sParentStr .= "p:".$sParentRag; $sParentStr .= "p:".$sParentRag;
$sStr .= $sParentStr; $sStr .= $sParentStr;
} }