This commit is contained in:
make
2025-04-12 18:20:35 +08:00
parent 1d431ecce5
commit 760fe47b5e
40 changed files with 751 additions and 338 deletions

View File

@@ -6,12 +6,12 @@
<!-- 社交媒体标签 -->
<meta property="og:title" content="{$strTitle??''}" />
<meta property="og:description" content="{$strDescription??''}" />
<meta property="og:url" content="https://{$DomainModel->d_domain}/bookshelf" />
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}" />
<meta property="og:type" content="article" />
<!-- 结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://{$DomainModel->d_domain}/bookshelf",
"@context": "https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}",
"@type": "article",
"headline": "{$strTitle??''}",
"description": "{$strDescription??''}",

View File

@@ -6,12 +6,12 @@
<!-- 社交媒体标签 -->
<meta property="og:title" content="{$strTitle??''}" />
<meta property="og:description" content="{$strDescription??''}" />
<meta property="og:url" content="https://{$DomainModel->d_domain}/history" />
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strHistoryUrlTemp}" />
<meta property="og:type" content="article" />
<!-- 结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://{$DomainModel->d_domain}/history",
"@context": "https://{$DomainModel->d_domain}{$strHistoryUrlTemp}",
"@type": "article",
"headline": "{$strTitle??''}",
"description": "{$strDescription??''}",

View File

@@ -6,12 +6,12 @@
<!-- 社交媒体标签 -->
<meta property="og:title" content="{$strTitle??''}" />
<meta property="og:description" content="{$strDescription??''}" />
<meta property="og:url" content="https://{$DomainModel->d_domain}/user" />
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strUserUrlTemp}" />
<meta property="og:type" content="article" />
<!-- 结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://{$DomainModel->d_domain}/user",
"@context": "https://{$DomainModel->d_domain}{$strUserUrlTemp}",
"@type": "article",
"headline": "{$strTitle??''}",
"description": "{$strDescription??''}",
@@ -31,7 +31,7 @@
{$arrGRM[1]|raw}
<div class="i-title">
我的书架
<a href="{$strPcPath}/bookshelf" class="clickMore">查看更多&gt;&gt;</a>
<a href="{$strPcPath}{$strBookShelfUrlTemp}" class="clickMore">查看更多&gt;&gt;</a>
</div>
<ul class="bookUl" id="bookshelf-ul">
@@ -42,7 +42,7 @@
<div class="myMod">
<div class="i-title">
最近阅读
<a href="{$strPcPath}/history" class="clickMore">查看更多&gt;&gt;</a>
<a href="{$strPcPath}{$strHistoryUrlTemp}" class="clickMore">查看更多&gt;&gt;</a>
</div>
<ul class="bookUl" id="history-ul">
@@ -84,7 +84,7 @@
<a href="/novel/332.html">
<span class="bookName other">{$Novel.og_novel_book_name ?? ''}</span>
</a>
<a href="/search.html?keyword={$Novel->og_novel_author ?? ''}&page=1">
<a href='{site:souurl key="$arrNovel.og_novel_author" p="1"/}'>
<span class="bookStatus other">{$Novel->og_novel_author ?? ''}</span>
</a>
<span class="bookBrief">
@@ -134,7 +134,7 @@
</a>
<span class="bookStatus">
<b class="authorSt"><em>${book.og_novel_status}</em>
<a href="/search.html?keyword=${book.og_novel_author}">
<a href='{site:souurl key="$arrNovel.og_novel_author" p="1"/}'>
<em class="none">${book.og_novel_author}</em>
</a>
</b>
@@ -160,7 +160,7 @@
</a>
<span class="bookStatus">
<b class="authorSt"><em>${book.og_novel_status}</em>
<a href="{$strPcPath}/search.html?keyword=${book.og_novel_author}">
<a href='{site:souurl key="$arrNovel.og_novel_author" p="1"/}'>
<em class="none">${book.og_novel_author}</em>
</a>
</b>
@@ -208,7 +208,7 @@
</a>
<span class="bookStatus">
<b class="authorSt"><em>${book.og_novel_status}</em>
<a href="/search.html?keyword=${book.og_novel_author}">
<a href='{site:souurl key="$arrNovel.og_novel_author" p="1"/}'>
<em class="none">${book.og_novel_author}</em>
</a>
</b>
@@ -234,7 +234,7 @@
</a>
<span class="bookStatus">
<b class="authorSt"><em>${book.og_novel_status}</em>
<a href="{$strPcPath}/search.html?keyword=${book.og_novel_author}">
<a href='{site:souurl key="$arrNovel.og_novel_author" p="1"/}'>
<em class="none">${book.og_novel_author}</em>
</a>
</b>