This commit is contained in:
make
2025-04-14 11:53:51 +08:00
parent b233abe84c
commit 85b9c8d45f
8 changed files with 27 additions and 27 deletions

View File

@@ -52,7 +52,7 @@
<div class="top-index">
<ul class="clearfix">
{foreach $arrNewsNovel as $key => $vo}
{include file="Public/articleList" /}
{include file="public/articleList" /}
{/foreach}
</ul>

View File

@@ -146,7 +146,7 @@
<div class="book-list">
<ul class="clearfix">
{volist name="arrNovel" id="Novel" key="key"}
{include file="Public/novelListH" start="0"/}
{include file="public/novelListH" start="0"/}
{/volist}
</ul>
</div>

View File

@@ -96,7 +96,7 @@
<div class="attentions">
<!-- 目录下拉分页-->
{include file="Public/allChapterPage" start="0"/}
{include file="public/allChapterPage" start="0"/}
<ul class="clearfix">
{volist name="arrPage.data" id="Chapter" key="key"}
@@ -109,7 +109,7 @@
</ul>
<!-- 目录下拉分页-->
{include file="Public/allChapterPage" /}
{include file="public/allChapterPage" /}
<div class="chapters-more">
</div>
</div>

View File

@@ -70,7 +70,7 @@
<div class="book-slide">
<ul class="clearfix">
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{include file="Public/novelListS" start="0"/}
{include file="public/novelListS" start="0"/}
{/volist}
</ul>
</div>
@@ -82,7 +82,7 @@
<div class="book-slide">
<ul class="clearfix">
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
{include file="Public/novelListS" start="13"/}
{include file="public/novelListS" start="13"/}
{/volist}
</ul>
</div>
@@ -94,7 +94,7 @@
<div class="book-list">
<ul class="clearfix">
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
{include file="Public/novelListH" start="21"/}
{include file="public/novelListH" start="21"/}
{/volist}
</ul>
</div>

View File

@@ -55,10 +55,10 @@
<ul class="clearfix">
{volist name="arrDayRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="0"/}
{include file="public/novelListH" start="0"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="1"/}
{include file="public/novelListRank" start="1"/}
{/if}
{/volist}
@@ -74,10 +74,10 @@
<ul class="clearfix">
{volist name="arrWeekRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="10"/}
{include file="public/novelListH" start="10"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="11"/}
{include file="public/novelListRank" start="11"/}
{/if}
{/volist}
@@ -93,10 +93,10 @@
<ul class="clearfix">
{volist name="arrMoonRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="20"/}
{include file="public/novelListH" start="20"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="21"/}
{include file="public/novelListRank" start="21"/}
{/if}
{/volist}
@@ -112,10 +112,10 @@
<ul class="clearfix">
{volist name="arrTotalRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="30"/}
{include file="public/novelListH" start="30"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="31"/}
{include file="public/novelListRank" start="31"/}
{/if}
{/volist}
</ul>
@@ -130,10 +130,10 @@
<ul class="clearfix">
{volist name="arrNewsNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="40"/}
{include file="public/novelListH" start="40"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="41"/}
{include file="public/novelListRank" start="41"/}
{/if}
{/volist}
</ul>
@@ -148,10 +148,10 @@
<ul class="clearfix">
{volist name="arrEdnNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" start="50"/}
{include file="public/novelListH" start="50"/}
{/if}
{if $key >= 2}
{include file="Public/novelListRank" start="51"/}
{include file="public/novelListRank" start="51"/}
{/if}
{/volist}
</ul>

View File

@@ -59,7 +59,7 @@
{else}
<ul class="clearfix">
{foreach $arrPage.data as $key=>$Novel}
{include file="Public/novelListH" start="0"/}
{include file="public/novelListH" start="0"/}
{/foreach}
</ul>
{/if}