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,17 @@
<article class="{$TpStyle.dom_prefix}-r5-wrap">
<header class="{$TpStyle.dom_prefix}-r5-top">
<strong>飙升榜</strong>
</header>
<div class="{$TpStyle.dom_prefix}-r5-body">
{volist name="arrVideoPiaofang" id="vo" offset="0" length="8"}
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r5-line">
<div class="{$TpStyle.dom_prefix}-r5-left">#{$i}</div>
<div class="{$TpStyle.dom_prefix}-r5-right">
<b>{$vo.v_name}</b>
<p>热度提升中</p>
</div>
</a>
{/volist}
</div>
</article>