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

@@ -198,7 +198,7 @@ $Novel.n_id{extend name="baseH5" /}
<h3 class="wrap-title">最新章节</h3>
<div class="block-box">
<ul class="chapter-list">
{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
@@ -214,7 +214,7 @@ $Novel.n_id{extend name="baseH5" /}
<div class="block-box">
<ul class="chapter-list">
{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
@@ -230,7 +230,7 @@ $Novel.n_id{extend name="baseH5" /}
<h3 class="wrap-title"><span>完结推荐</span></h3>
<div class="rec-focus">
{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"}
<dl class="rec-focus-book">
<dt class="book-img">
{$arrGrm[$d_key+110]|raw}