添加新模板

This commit is contained in:
make
2025-12-02 13:16:21 +08:00
parent 66e0cc355a
commit 10d6acd627
41 changed files with 3163 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<section class="banner">
<h2>发现精彩影片</h2>
<p>极简 H5 影视站模板,自适应 PC & Mobile</p>
</section>
{if condition="isset($banner)"}
<section class="banner" style="background-image:url('{$banner.pic}'); background-size:cover;">
<h2>{$banner.title}</h2>
<p>{$banner.desc}</p>
</section>
{/if}