no message

This commit is contained in:
hellcat 2025-06-11 18:16:16 +08:00
parent 7bc6c66f99
commit cd5bce6992
2 changed files with 6 additions and 1 deletions

View File

@ -319,6 +319,7 @@ class SakaiController
$s = "/book#main";
$s = "/book#up__3";
$s = "/book#main";
$s = "firel";
// $s = "war 8";
// $s = "no 9";
// $s = "detail__all 1";

View File

@ -1612,6 +1612,8 @@ class Book extends Base {
$this->aOption["show_id"] = true;
$this->aRagOption["is_shadow_list"] = true;
// $this->_cd("firel");
return $this->bookToStr($oBookFire);
@ -2123,7 +2125,9 @@ class Book extends Base {
$sStr .= "\n";
}
$sStr .= $this->_deepToStr($iDeep);
if (!isset($this->aRagOption["is_shadow_list"])) {
$sStr .= $this->_deepToStr($iDeep);
}
if (@$this->aOption["show_id"]) {
$sStr .= $oRag->id."-";