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

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