Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
make
2025-04-11 23:56:36 +08:00
5 changed files with 200 additions and 18 deletions

View File

@@ -124,6 +124,8 @@ class ChapterModel extends MongoModel
if ($boolReadContent) {
$arrChapter['content'] = StorageCore::getInstance()->read($arrChapter['c_content_path']);
} else {
$arrChapter['content'] = '';
}
}