This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,24 @@
<section class="{$TpStyle.dom_prefix}-shell{$cfg.shell} {$cfg.class}">
<header class="{$TpStyle.dom_prefix}-rank-head">
<h2 class="{$TpStyle.dom_prefix}-rank-title">
{$rank.title}
</h2>
<!-- <a href="{$rank.more_url}" class="{$TpStyle.dom_prefix}-rank-more"> 更多</a> -->
</header>
{video:ranklistexp
count="$cfg.limit"
sort_type="$cfg.sort_type"
export_name="__LIST__"
/}
<ol class="{$TpStyle.dom_prefix}-list" ...>
{volist name="__LIST__" id="vo"}
{include file="module/list/item/_item_router" /}
{/volist}
</ol>
</section>