update-cachetime-3600

This commit is contained in:
make
2025-05-19 13:19:08 +08:00
parent bedba6296e
commit 04aff1655c
183 changed files with 369 additions and 369 deletions

View File

@@ -46,31 +46,31 @@
<div class="box">
<h2 class="title">人气推荐</h2>
<ul class="cover">
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="0"/}
{/novel:list}
</ul>
</div>
<div class="box">
<h2 class="title">今日点击</h2>
{novel:ranklist count="1" sort_type="daily" d_key="key" d_val="Novel" cache_life="86400"}
{novel:ranklist count="1" sort_type="daily" d_key="key" d_val="Novel" cache_life="3600"}
{include file="public/topNovelList" start="9"/}
{/novel:ranklist}
<ul class="vlist">
{novel:ranklist count="9" sort_type="daily" d_key="key" d_val="Novel" cache_life="86400"}
{novel:ranklist count="9" sort_type="daily" d_key="key" d_val="Novel" cache_life="3600"}
{include file="public/rankNovelList" start="10"/}
{/novel:ranklist}
</ul>
</div>
<div class="box">
<h2 class="title">书友推荐</h2>
{novel:list count="1" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="1" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/topNovelList" start="19"/}
{/novel:list}
<ul class="vlist">
{novel:list count="9" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="9" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/rankNovelList" start="20"/}
{/novel:list}
</ul>
@@ -78,7 +78,7 @@
<div class="box">
<h2 class="title">最近入库</h2>
<ul class="vlist">
{novel:list count="15" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="15" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/newsNovelList" start="29"/}
{/novel:list}
</ul>
@@ -86,7 +86,7 @@
<div class="box">
<h2 class="title">最近更新</h2>
<ul class="vlist">
{novel:list count="15" sort_type="update" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="15" sort_type="update" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/newsNovelList" start="45"/}
{/novel:list}
</ul>

View File

@@ -6,7 +6,7 @@ n_category="$Request.route.strCategory"
n_sex="$Request.route.strGender"
n_status="$Request.route.strStatus"
d_key="d_key"
button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="5" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="pc_novel_library" diff="$Request.route.intPage" num="70" g_key="arrGrm" /}
{/block}

View File

@@ -3,7 +3,7 @@
{block name="get-data"}
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
cache_life="86400" button_num="5" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
cache_life="3600" button_num="5" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
{site:grm page_code="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /}
{/block}
@@ -207,7 +207,7 @@ cache_life="86400" button_num="5" sort_type="$Request.route.strOrder" func="gene
<div class="listtop">
<b>书友收藏:</b>
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/novel:list}
</div>

View File

@@ -82,7 +82,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-slide">
<ul class="clearfix">
{novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="0"/}
{/novel:list}
</ul>
@@ -94,7 +94,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-slide">
<ul class="clearfix">
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="13"/}
{/novel:list}
</ul>
@@ -106,7 +106,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-list">
<ul class="clearfix">
{novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="21"/}
{/novel:list}
</ul>

View File

@@ -193,7 +193,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<div class="listtop">
<b>书友收藏:</b>
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/novel:list}
</div>

View File

@@ -201,7 +201,7 @@
<div class="box">
<div class="title">{$arrNovel.n_name} 最新章节</div>
<ul class="vlist">
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter" cache_life="86400"}
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter" cache_life="3600"}
<li>
{$arrGrm[$d_key]|raw}
<a
@@ -213,7 +213,7 @@
<div class="title">{$arrNovel.n_name} 章节列表第1页/100章</div>
<ul class="vlist">
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
cache_life="86400"}
cache_life="3600"}
<li>
{$arrGrm[$d_key+10]|raw}
<a
@@ -244,7 +244,7 @@
<div class="listtop">
<b>书友收藏:</b>
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/novel:list}
</div>

View File

@@ -73,7 +73,7 @@
</nav>
<ul class="list">
{novel:ranklist count="20" sort_type="$Request.route.strOrder" d_key="key" d_val="Novel" cache_life="86400"}
{novel:ranklist count="20" sort_type="$Request.route.strOrder" d_key="key" d_val="Novel" cache_life="3600"}
{include file="public/novelListH" start="0"/}
{/novel:ranklist}
</ul>

View File

@@ -52,7 +52,7 @@
key="$Request.get.keyword"
d_key="d_key"
d_val="Novel"
p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager" export_name="resData" /}
p_val="page_data" button_num="10" cache_life="3600" func="generateSearchPager" export_name="resData" /}
{site:grm page_code="h5_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}

View File

@@ -7,7 +7,7 @@ n_category="$Request.route.strCategory"
n_sex="$Request.route.strGender"
n_status="$Request.route.strStatus"
d_key="d_key"
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="10" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="pc_novel_library" diff="$Request.route.intPage" num="70" g_key="arrGrm" /}
{/block}
@@ -89,7 +89,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div id="main">
<div id="hotcontent">
<div class="ll">
{novel:list count="6" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="6" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
<div class="item">
<div class="image">
{if !empty($arrGrm[$key])}
@@ -147,7 +147,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<h2>最新入库</h2>
<ul>
{novel:list count="50" sort_type="news" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
<li>
<span class="s2">
{if !empty($arrGrm[$key+20])}

View File

@@ -4,7 +4,7 @@
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
cache_life="3600" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
{site:grm page_code="pc_novel_catalog" diff="$Request.url" num="120" g_key="arrGrm" /}
@@ -167,7 +167,7 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
<div class="hotbook">
<b>书友收藏:</b>
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/novel:list}
</div>

View File

@@ -92,7 +92,7 @@ $strPageCode = $Request->param('strChannel');
<span class="log_line"></span>
</div>
<ul class="f2_list" mod="hot_tj">
{novel:list count="12" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="12" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/endNovelList" start="0"/}
{/novel:list}
</ul>
@@ -110,7 +110,7 @@ $strPageCode = $Request->param('strChannel');
<h2>完本推荐</h2>
</div>
<ul class="rec_R">
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/endNovelList" start="13"/}
{/novel:list}
@@ -139,7 +139,7 @@ $strPageCode = $Request->param('strChannel');
<li class="sj">更新时间</li>
</ul>
</li>
{novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/indexNewsUpdateList" start="21"/}
{/novel:list}
</ol>

View File

@@ -155,7 +155,7 @@
<dl>
<dt>《{$arrNovel.n_name}》最新章节</dt>
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter"
cache_life="86400"}
cache_life="3600"}
<dd>
{if !empty($arrGrm[$key])}
{$arrGrm[$key]|raw}
@@ -172,7 +172,7 @@
<b>《{$arrNovel.n_name}》正文目录</b>
</dt>
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter"
cache_life="86400"}
cache_life="3600"}
<dd>
{if !empty($arrGrm[$key + 12])}
{$arrGrm[$key + 12]|raw}
@@ -212,7 +212,7 @@
<div class="hotbook">
<b>书友收藏:</b>
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/novel:list}
</div>

View File

@@ -58,7 +58,7 @@
</span>
</h2>
<ul>
{novel:ranklist count="50" sort_type="$Request.route.strOrder" d_key="key" d_val="Novel" cache_life="86400"}
{novel:ranklist count="50" sort_type="$Request.route.strOrder" d_key="key" d_val="Novel" cache_life="3600"}
<li>
<span class="s1">[{$Novel->n_category ?? ''}]</span>
<span class="s2">
@@ -82,7 +82,7 @@
<h2>最新入库</h2>
<ul>
{novel:list count="50" sort_type="news" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
<li>
<span class="s2">
{if !empty($arrGrm[$key+50])}

View File

@@ -5,7 +5,7 @@
key="$Request.get.keyword"
d_key="d_key"
d_val="Novel" n_num="total"
p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager" export_name="resData" /}
p_val="page_data" button_num="10" cache_life="3600" func="generateSearchPager" export_name="resData" /}
{site:grm page_code="pc_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}
{/block}

View File

@@ -56,7 +56,7 @@
<div id="hotcontent">
<div class="l">
{novel:list count="4" sort_type="tuijian" n_status="lianzai" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
<div class="item">
<div class="image">
{if !empty($arrGrm[$key])}
@@ -85,7 +85,7 @@
<h2>经典推荐</h2>
<ul>
{novel:list count="9" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<li>
<span class="s2">
{if !empty($arrGrm[$key+4])}
@@ -111,7 +111,7 @@
{novel:list count="1" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<div class="top">
<div class="image"><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'><img class="lazyload-img" src="/static/img/default.jpg"
data-src="{$Novel.n_cover_path ?? ''}"
@@ -126,7 +126,7 @@
{/novel:list}
<ul>
{novel:list count="12" n_category="$strCategoryPinyin" sort_type="news" d_key="key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<li>
{if !empty($arrGrm[$key+9+10*$start])}
{$arrGrm[$key+9+10*$start]|raw}
@@ -153,7 +153,7 @@
{novel:list count="1" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<div class="top">
<div class="image"><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'><img class="lazyload-img" src="/static/img/default.jpg"
data-src="{$Novel.n_cover_path ?? ''}"
@@ -168,7 +168,7 @@
{/novel:list}
<ul>
{novel:list count="12" n_category="$strCategoryPinyin" sort_type="news" d_key="key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
<li>
{if !empty($arrGrm[$key+9+10*$start])}
{$arrGrm[$key+9+10*$start]|raw}
@@ -191,7 +191,7 @@
<h2>最近更新小说列表</h2>
<ul>
{novel:list count="50" sort_type="update" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
<li>
<span class="s1">[{$Novel->n_category ?? ''}]</span>
<span class="s2">
@@ -213,7 +213,7 @@
<h2>最新入库小说</h2>
<ul>
{novel:list count="50" sort_type="news" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
<li>
<span class="s2">
{if !empty($arrGrm[$key + 100])}

View File

@@ -14,7 +14,7 @@
<a href="/robots.txt">网站地图</a>
</p>
<p>最新标签:
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="3600"}
<a
href='{$strPcPath}{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
{$ForgeNovel.n_forge_title}

View File

@@ -62,7 +62,7 @@
</div>
<div class="tabBd">
<ul class="hotBookBd ">
{novel:list count="10" sort_type="news" d_key="key" d_val="Novel" cache_life="86400"}
{novel:list count="10" sort_type="news" d_key="key" d_val="Novel" cache_life="3600"}
{include file="pc/public/endNovelList" start="0"/}
{/novel:list}
@@ -78,7 +78,7 @@
<div class="myWorks myLike">
<div class="i-title">推荐作品</div>
<ul>
{novel:list count="10" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="86400"}
{novel:list count="10" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="3600"}
{if !empty($arrGrm[$key])}
{$arrGrm[$key]|raw}
{/if}

View File

@@ -8,7 +8,7 @@
</div>
<div id="firendlink">
最新标签:
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="3600"}
<a
href='{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
{$ForgeNovel.n_forge_title}

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="d_key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">