Files
SEONexus/code/app/home/view/haoZi/user/getHistory.html
2025-04-24 22:11:35 +08:00

54 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{extend name="baseH5" /}
{block name="title"}我的阅读记录{/block}
{block name="keywords"}我的阅读记录{/block}
{block name="description"}我的阅读记录{/block}
{block name="head"}
<!-- 社交媒体标签 -->
<meta property="og:title" content="我的阅读记录" />
<meta property="og:description" content="我的阅读记录" />
<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}{$strHistoryUrlTemp}",
"@type": "article",
"headline": "我的阅读记录",
"description": "我的阅读记录",
"datePublished": "{:date('Y-m-d')}"
}
</script>
{block name="head-js"}{/block}
{block name="head-name"}最近阅读{/block}
{block name="main"}
{site:grm page_code="h5_history" diff="0" num="10" g_key="arrGrm" /}
{$arrGrm[0]|raw}
<div class="main box">
<div class="title">《阅读记录》最多显示100条请收藏至书架</div>
{$arrGrm[1]|raw}
<ul class="list" id="shujiaContainer">
<li>您还木有阅读本站小说,未产生阅读记录。</li>
</ul>
{$arrGrm[3]|raw}
</div>
<script>
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
const strSearchUrlTemp = `{site:replace code="SEARCH_INFO_URL"}`;
document.addEventListener("DOMContentLoaded", function () {
displayHistory()
})
</script>
{$arrGrm[5]|raw}
{/block}
{block name="customize"} {/block}