This commit is contained in:
make
2025-05-01 23:36:18 +08:00
parent 83adda543a
commit a905b5f73f
103 changed files with 6706 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{extend name="baseH5" /}
{block name='nav-active-class'}home{/block}
{block name="title"}{/block}
{block name="head-js"}{/block}
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
</h1>
{/block}
{block name="main"}
<div style="height:50px"></div>
article.........
{/block}
{block name="customize"} {/block}