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

@@ -205,7 +205,7 @@
<div class="info_dv3 mt10">
<div class="title">《{$arrNovel['n_name']}》最新章节</div>
<ul class="section-list">
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="3600"}
{if !empty($arrGrm[$key + 12])}
{$arrGrm[$key + 12]|raw}
{/if}
@@ -220,7 +220,7 @@
<div class="info_dv3 mt10">
<div class="title">《{$arrNovel['n_name']}》章节列表</div>
<ul class="section-list">
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="3600"}
{if !empty($arrGrm[$key + 25])}
{$arrGrm[$key + 25]|raw}
{/if}
@@ -238,7 +238,7 @@
<b>热门小说推荐</b>
</div>
{novel:list count="6" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data"
cache_life="86400"}
cache_life="3600"}
{include file="pc/public/hostListImg" start="50"/}
{/novel:list}
</div>