This commit is contained in:
make
2025-04-09 17:37:37 +08:00
parent 11a74d9baa
commit b8fbaf2fef
42 changed files with 359 additions and 148 deletions

View File

@@ -23,7 +23,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
{/block}

View File

@@ -23,7 +23,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>/文章
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>/文章
</h1>
{/block}

View File

@@ -41,7 +41,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
{/block}

View File

@@ -23,7 +23,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
{/block}

View File

@@ -32,7 +32,7 @@
"@context": 'https://{$DomainModel->d_domain}/{site:nurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" /}',
"@type": "Book",
"name": "{$arrNovel['og_novel_book_name'] ?? '未知小说'}",
"description": "{$arrNovel['n_page_description'] ??'暂无简介'}",
"description": "{$arrNovel['og_description'] ??'暂无简介'}",
"author": {
"@type": "Person",
"name": "{$arrNovel['og_novel_author'] ??'佚名'}"
@@ -59,7 +59,7 @@
{block name="logo-html"}
<h2 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h2>
{/block}
@@ -126,4 +126,3 @@
{/block}

View File

@@ -32,7 +32,7 @@
"@context": 'https://{$DomainModel->d_domain}/{site:nurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" /}',
"@type": "book",
"name": "{$arrNovel['og_novel_book_name'] ?? '未知小说'}",
"description": "{$arrNovel['n_page_description'] ??'暂无简介'}",
"description": "{$arrNovel['og_description'] ??'暂无简介'}",
"author": {
"@type": "Person",
"name": "{$arrNovel['og_novel_author'] ??'佚名'}"
@@ -60,7 +60,7 @@
{block name="logo-html"}
<h2 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h2>
{/block}
@@ -127,7 +127,7 @@
{$arrGRM[3]|raw}
<div class="content">
<p>
{$arrNovel.n_page_description}
{$arrNovel.og_description ?? ''}
</p>
</div>
</div>

View File

@@ -23,7 +23,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
{/block}

View File

@@ -23,7 +23,7 @@
{block name="logo-html"}
<h1 class="logo">
<a href="/">狂雨小说</a>
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
{/block}