添加新模板
This commit is contained in:
17
code/app/home/view/videoGpt1/public/module-trending.html
Normal file
17
code/app/home/view/videoGpt1/public/module-trending.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="section">
|
||||
<h3 class="sec-title">热门热播</h3>
|
||||
|
||||
<div class="grid">
|
||||
{volist name="arrVideoPiaofang" id="Video"}
|
||||
<a class="card" href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<div class="card-img">
|
||||
<img class="lazyload-img" src="/static/img/loading.webp"
|
||||
data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}">
|
||||
</div>
|
||||
<div class="card-title">{$Video.v_name}</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user