This commit is contained in:
make
2025-04-29 16:36:22 +08:00
parent 0137ecaa69
commit e0de1404f6
11 changed files with 67 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name ?? ''} - {$DomainModel->d_name}" />
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
<meta property="og:url"
content='https://{$DomainModel->d_domain}{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
@@ -30,12 +30,12 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
content='https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
<meta property="og:novel:status" content="{$arrNovel.n_status ?? ''}">
<meta property="og:novel:update_time" content="{$arrNovel.n_update_time ?? ''}">
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name}">
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name ?? ''}">
<meta property="og:novel:latest_chapter_url"
content='https://{$DomainModel->d_domain}{$strPcPath}{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
<!-- 可选:支持 Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name ?? ''} - {$DomainModel->d_name}" />
<meta name="twitter:description" content="{$strDescription ?? '暂无简介'}" />
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
@@ -111,7 +111,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}'
itemprop="item">
<span itemprop="name">{$arrChapter['c_name']}</span>
<span itemprop="name">{$arrChapter['c_name'] ?? ''}</span>
</a>
<meta itemprop="position" content="3" />
</li>
@@ -150,7 +150,6 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<p style="font-size:12px;">
{novel:list count="6" sort_type="news" n_category="$Request.route.strCategory" d_key="key" d_val="Novel"
p_val="page_data"
cache_life="86400"}
&nbsp;&nbsp;<a
href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name ??