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

@@ -8,7 +8,7 @@ sort_type="$Request.route.strOrder"
n_status="$Request.route.strStatus"
d_key="d_key"
d_val="Novel"
button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="8" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="h5_novel_library" diff="$Request.route.intPage" num="40" g_key="arrGrm" /}
{/block}

View File

@@ -6,7 +6,7 @@ $Novel.n_id{extend name="baseH5" /}
{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /}
{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="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
cache_life="3600" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
{/block}
{block name="title"}{site:replace code="NOVEL@GETNOVELCATALOG@TITLE" diff="$Request.route.intNovelId" /}{/block}

View File

@@ -215,7 +215,7 @@ $Novel.n_id{extend name="baseH5" /}
</div>
<ul style="margin-top:10px;">
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="3600"}
<li style="margin-top:5px;">
{if !empty($arrGrm[$key + 6])}
{$arrGrm[$key+6]|raw}
@@ -277,7 +277,7 @@ $Novel.n_id{extend name="baseH5" /}
</div>
<div class="novel-item item">
<div class="work-list">
{novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key" d_val="Novel" cache_life="86400"}
{novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key" d_val="Novel" cache_life="3600"}
{include file="public/novel-list-flex" start="16"/}
{/novel:list}
</div>

View File

@@ -108,7 +108,7 @@
</div>
<div class="side-content">
<div class="novel-list mei_ri_gen_xin_list paihang-bang">
{novel:ranklist count="10" sort_type="$Request.route.strOrder" n_status="$Request.route.strStatus" d_key="key" d_val="Novel" cache_life="86400"}
{novel:ranklist count="10" sort_type="$Request.route.strOrder" n_status="$Request.route.strStatus" d_key="key" d_val="Novel" cache_life="3600"}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin"/}' class="list-header">
{if !empty($arrGrm[$key])}
{$arrGrm[$key]|raw}

View File

@@ -84,7 +84,7 @@
<div class="search-tag-content">
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="3600"}
<div class="search-tags">
<a class="title" href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin"/}'><i class="bi {eq name="key" value="0"}bi-fire {else/} bi-heart-fill{/eq}"></i>

View File

@@ -5,7 +5,7 @@
key="$Request.get.keyword"
d_key="d_key"
d_val="Novel"
p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager" export_name="resData" /}
p_val="page_data" button_num="10" cache_life="3600" func="generateSearchPager" export_name="resData" /}
{site:grm page_code="h5_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}