目录
This commit is contained in:
@@ -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'],
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user