This commit is contained in:
make
2025-04-01 17:32:45 +08:00
parent 521347c20f
commit 7a98fd404c
13 changed files with 110 additions and 107 deletions

View File

@@ -33,15 +33,15 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrDayRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrDayRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>
@@ -52,15 +52,15 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrWeekRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrWeekRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>
@@ -71,15 +71,15 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrMoonRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrMoonRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>
@@ -90,14 +90,14 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrTotalRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrTotalRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>
@@ -108,14 +108,14 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrNewsNovelRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrNewsNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>
@@ -126,14 +126,14 @@
</div>
<div class="top-index">
<ul class="clearfix">
{foreach $arrEdnNovelRankNovel as $key => $vo}
{if $key == 0}
{volist name="arrEdnNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
{include file="Public/novelListH" /}
{/if}
{if $key >= 1}
{if $key >= 2}
{include file="Public/novelListRank" /}
{/if}
{/foreach}
{/volist}
</ul>
</div>
</div>