This commit is contained in:
make
2025-05-12 12:53:12 +08:00
parent c6722c9661
commit 0fe93c2c2b
24 changed files with 102 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ d_key="d_key"
d_val="Novel"
button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="h5_novel_library" diff="$resData.p_data.page" num="40" g_key="arrGrm" /}
{site:grm page_code="h5_novel_library" diff="$Request.route.intPage" num="40" g_key="arrGrm" /}
{/block}
{block name="title"}{site:replace code="NOVEL@GETLIBRARY@TITLE"}{/block}

View File

@@ -0,0 +1,40 @@
{extend name="baseH5" /}
{block name="title"}我的阅读记录{/block}
{block name="keywords"}我的阅读记录{/block}
{block name="description"}我的阅读记录{/block}
{block name='nav-active-class'}home{/block}
{block name="body-class"}novel_so{/block}
{block name='head-name'}{$DomainModel->d_name}{/block}
{block name='head-href'}/{/block}
{block name="logo-html"}
<h2 class="bookname">
<a href="/" style="color:#ffffff">{$DomainModel->d_name}</a>
</h2>
{/block}
{block name="main"}
<div class="wrap-box">
<h3 class="wrap-title"><span>阅读记录</span></h3>
<div class="rec-focus" id="shujiaContainer">
</div>
</div>
{/block}
{block name="customize"}
<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"}`;
// 调用展示书架功能
displayHistory();
</script>
{/block}