This commit is contained in:
make
2025-04-24 22:11:35 +08:00
parent fe177b9484
commit 5112893207
35 changed files with 1510 additions and 2051 deletions

View File

@@ -386,8 +386,11 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
'n_name' : `{$arrNovel['n_name']}`,
'n_author' : `{$arrNovel['n_author']}`,
'n_status' : `{$arrNovel['n_status']}`,
'c_sort_num' : `{$arrChapter.c_sort_num}`,
'c_name' : `{$arrChapter.c_name}`,
'n_description' : `{$arrNovel['n_description']}`,
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
'n_update_time' : `{$arrNovel['n_update_time']}`,
'c_sort_num' : 1,
'c_name' : `第一章`,
};
</script>