This commit is contained in:
make
2025-04-02 18:08:36 +08:00
parent 5df962b350
commit a0cec68cd7
7 changed files with 131 additions and 116 deletions

View File

@@ -597,12 +597,12 @@ class Novel extends BaseController
// 章节目录
$arrChapter = [
['c_sort_num' => 1, 'created_at' => '第1章', 'author' => '作者1'],
['c_sort_num' => 1, 'created_at' => '第2章', 'author' => '作者1'],
['c_sort_num' => 1, 'created_at' => '第3章', 'author' => '作者1'],
['c_sort_num' => 1, 'created_at' => '第4章', 'author' => '作者1'],
['c_sort_num' => 1, 'created_at' => '第5章', 'author' => '作者1'],
['c_sort_num' => 1, 'created_at' => '第6章', 'author' => '作者1'],
['c_sort_num' => 1, 'name' => '第1章', 'created_at' => '作者1'],
['c_sort_num' => 1, 'name' => '第2章', 'created_at' => '作者1'],
['c_sort_num' => 1, 'name' => '第3章', 'created_at' => '作者1'],
['c_sort_num' => 1, 'name' => '第4章', 'created_at' => '作者1'],
['c_sort_num' => 1, 'name' => '第5章', 'created_at' => '作者1'],
['c_sort_num' => 1, 'name' => '第6章', 'created_at' => '作者1'],
];