小说第一模板 url 设计

This commit is contained in:
make
2025-03-31 09:29:56 +08:00
parent faf1b5d315
commit c3b0fd14d1
10 changed files with 258 additions and 34 deletions

View File

@@ -6,6 +6,30 @@
{block name="main"}
<div class="content">
<nav class="breadcrumb" aria-label="breadcrumb">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/" itemprop="item">
<span itemprop="name">首页</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/xiaoshuo" itemprop="item">
<span itemprop="name">小说</span>
</a>
<meta itemprop="position" content="2" />
</li>
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/xiaoshuo/doupo-123/mulu/1" itemprop="item">
<span itemprop="name">斗破苍穹</span>
</a>
<meta itemprop="position" content="3" />
</li>
</ol>
</nav>
<!--书的信息 开始-->
<div class="info">
<div class="info_box">
@@ -56,8 +80,8 @@
</div>
</div>
<div class="c04">
<a href="/pc/chapter/1-1-1.html" target="_blank" class="read">立即阅读</a>
<a href="/pc/chapters.html" target="_blank" class="mulu">目录</a>
<a href="/pc/xiaoshuo/name-1/zhang-1" target="_blank" class="read">立即阅读</a>
<a href="/pc/xiaoshuo/xiaos-pin-yin-1/mulu/zheng" target="_blank" class="mulu">目录</a>
</div>
<!-- <div class="c05">
<p class="c05_t">作品标签:
@@ -98,8 +122,10 @@
<h2>最新章节</h2>
</div>
<div class="zj_con">
<p><a href="/chapter/1-1-1.html" target="_blank" class="zj">老读者必看公告!!!</a><span
class="time">3天前</span></p>
<p>
<a href="/xiaoshuo/小说拼音-intNovelId/zhang-intChapterSort" target="_blank" class="zj">老读者必看公告!!!</a>
<span class="time">3天前</span>
</p>
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
</div>
</div>