This commit is contained in:
make
2025-04-30 13:38:07 +08:00
parent bbac5b5cdb
commit 3cbde196e1
9 changed files with 29 additions and 1 deletions

View File

@@ -124,6 +124,9 @@
{block name="main"}
<h1 class="site-description ">{$arrNovel['n_name']}最新章节 - {$arrNovel['n_author']} - {$DomainModel->d_name}</h1>
{if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)}
<h4 class="site-description ">{$DomainModel->d_index_description}</h4>
{/if}
<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">

View File

@@ -196,6 +196,9 @@
</div>
</div>
<div class="hotbook"></div>
{if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)}
<p>{$DomainModel->d_index_description}</p>
{/if}
<p>{$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
</p>
</div>