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

@@ -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>