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

@@ -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}