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

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