no message

This commit is contained in:
hellcat 2025-06-10 18:05:44 +08:00
parent cf8096104c
commit c926b25a32
2 changed files with 7 additions and 0 deletions

View File

@ -295,6 +295,9 @@ class SakaiController
$s = "book#main";
$s = "/book#where rank = 'war' or rag like '%o%'";
$s = "/book#main";
$s = "/book#rag ss";
$s = "/hook#set /book#";
$s = "rag ss";
// movetoId和like列表

View File

@ -41,8 +41,12 @@ class Book extends Base {
if ($this->oRag->option) {
$this->aRagOption = json_decode($this->oRag->option, true);
} else {
$this->aRagOption = [];
}
$this->aRagOption["fire_show"] = false;
}
private function _valid($aValid)