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

@@ -79,7 +79,7 @@
<p class="site-description">{site:replace code="INDEX_POPULAR_NOVELS"}</p>
<div class="book-slide">
<ul class="clearfix">
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="0"/}
{/novel:list}
</ul>
@@ -95,7 +95,7 @@
<div class="book-list">
<ul class="clearfix">
{novel:list count="8" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="9"/}
{/novel:list}
</ul>
@@ -121,7 +121,7 @@
<div class="mod-body">
<div class="top-list">
<ul class="clearfix">
{novel:list count="8" n_category="xuanhuan-xiuzhen" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" n_category="xuanhuan-xiuzhen" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="17"/}
{/novel:list}
</ul>
@@ -131,7 +131,7 @@
<div class="mod-body" style="display: none">
<div class="top-list">
<ul class="clearfix">
{novel:list count="8" n_category="zhongsheng-chuanyue" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" n_category="zhongsheng-chuanyue" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="27"/}
{/novel:list}
</ul>
@@ -141,7 +141,7 @@
<div class="mod-body" style="display: none">
<div class="top-list">
<ul class="clearfix">
{novel:list count="8" n_category="dushi-xiaoshuo" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" n_category="dushi-xiaoshuo" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="37" /}
{/novel:list}
</ul>
@@ -151,7 +151,7 @@
<div class="mod-body" style="display: none">
<div class="top-list">
<ul class="clearfix">
{novel:list count="8" n_category="yanqing-xiaoshuo" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" n_category="yanqing-xiaoshuo" sort_type="news" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="47"/}
{/novel:list}
</ul>

View File

@@ -6,7 +6,7 @@ n_category="$Request.route.strCategory"
n_sex="$Request.route.strGender"
n_status="$Request.route.strStatus"
d_key="d_key"
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="10" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="pc_novel_library" diff="$Request.route.intPage" num="70" g_key="arrGrm" /}
{/block}

View File

@@ -100,7 +100,7 @@
{block name="main"}
{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" /}
<div class="wrap">
<nav class="breadcrumb" aria-label="breadcrumb">

View File

@@ -82,7 +82,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-slide">
<ul class="clearfix">
{novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="0"/}
{/novel:list}
</ul>
@@ -94,7 +94,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-slide">
<ul class="clearfix">
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListS" start="13"/}
{/novel:list}
</ul>
@@ -106,7 +106,7 @@ $strPageCode = $Request->param('strChannel');
</div>
<div class="book-list">
<ul class="clearfix">
{novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="public/novelListH" start="21"/}
{/novel:list}
</ul>

View File

@@ -235,7 +235,7 @@
</div>
<div class="attentions">
<ul class="clearfix">
{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>
{if $key < 100}
{$arrGrm[$key+20]|raw}

View File

@@ -52,7 +52,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" /}

View File

@@ -7,7 +7,7 @@ n_category="$Request.route.strCategory"
n_sex="$Request.route.strGender"
n_status="$Request.route.strStatus"
d_key="d_key"
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="10" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /}
{/block}

View File

@@ -83,7 +83,7 @@
{block name="main"}
{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" /}
<div class="content">
<nav class="breadcrumb" aria-label="breadcrumb">

View File

@@ -92,7 +92,7 @@ $strPageCode = $Request->param('strChannel');
<span class="log_line"></span>
</div>
<ul class="f2_list" mod="hot_tj">
{novel:list count="12" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="12" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/endNovelList" start="0"/}
{/novel:list}
</ul>
@@ -110,7 +110,7 @@ $strPageCode = $Request->param('strChannel');
<h2>完本推荐</h2>
</div>
<ul class="rec_R">
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/endNovelList" start="13"/}
{/novel:list}
@@ -139,7 +139,7 @@ $strPageCode = $Request->param('strChannel');
<li class="sj">更新时间</li>
</ul>
</li>
{novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
{include file="pc/public/indexNewsUpdateList" start="21"/}
{/novel:list}
</ol>

View File

@@ -231,7 +231,7 @@
<h2>最新章节</h2>
</div>
<div class="zj_con">
{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"}
<p>
{if !empty($arrGrm[$key])}
{$arrGrm[$key]|raw}
@@ -262,7 +262,7 @@
<div class="fsph">
<h4><s></s>精品推荐</h4>
<ul class="info2_C">
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel" p_val="page_data" cache_life="3600"}
<li>
<h3>
{$arrGrm[$key+10]|raw}

View File

@@ -5,7 +5,7 @@
key="$Request.get.keyword"
d_key="d_key"
d_val="Novel" n_num="total"
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="pc_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}
{/block}

View File

@@ -59,7 +59,7 @@
sort_type="tuijian"
n_status="lianzai"
d_key="d_key"
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
button_num="10" cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<div class="f1_L">
<div class="tjw">
@@ -109,7 +109,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
</div>
<ul class="f2_list" mod="hot_tj">
{novel:list count="12" sort_type="tuijian" n_status="wanjie" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/endNovelList" start="13" /}
{/novel:list}
</ul>
@@ -128,13 +128,13 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<span class="log_line"></span>
</div>
{novel:list count="1" n_sex="man" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/indexBoyNewsOne" start="25" /}
{/novel:list}
<div class="f3_C">
<ul>
{novel:list count="4" n_sex="man" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/indexBoyNewsList" start="26" /}
{/novel:list}
</ul>
@@ -149,7 +149,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="30"/}
{/if}
@@ -163,7 +163,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap" style="display: none;">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="41"/}
{/if}
@@ -177,7 +177,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap" style="display: none;">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="53"/}
{/if}
@@ -200,13 +200,13 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<span class="log_line"></span>
</div>
{novel:list count="1" n_sex="women" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/indexBoyNewsOne" start="55"/}
{/novel:list}
<div class="f3_C">
<ul>
{novel:list count="4" n_sex="women" sort_type="news" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/indexBoyNewsList" start="56"/}
{/novel:list}
</ul>
@@ -221,7 +221,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="59"/}
{/if}
@@ -235,7 +235,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap" style="display: none;">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="71"/}
{/if}
@@ -249,7 +249,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="list_wrap" style="display: none;">
<ol class="list" mod="rank_data_list">
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{if $d_key == 1}
{include file="pc/public/indexBoyRankOne" start="83"/}
{/if}
@@ -286,7 +286,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
</ul>
</li>
{novel:list count="30" sort_type="update" d_key="d_key" d_val="Novel"
p_val="page_data" cache_life="86400"}
p_val="page_data" cache_life="3600"}
{include file="pc/public/indexNewsUpdateList" start="70"/}
{/novel:list}
</ol>

View File

@@ -5,7 +5,7 @@
<ul>
<a href="/sitemap_index.xml">XML地图</a>
<a href="/robots.txt">网站地图</a>
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="3600"}
<li>
<a
href='{$strPcPath}{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>

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}

View File

@@ -17,7 +17,7 @@
友情连接:
<a href="/sitemap_index.xml">XML地图</a>
<a href="/robots.txt">网站地图</a>
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="3600"}
<a
href='{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
{$ForgeNovel.n_forge_title}

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

View File

@@ -2,7 +2,7 @@
sort_type="news"
d_key="d_key"
d_val="Novel"
cache_life="86400" func="generateCategoryPager" export_name="resData" /}
cache_life="3600" func="generateCategoryPager" export_name="resData" /}
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">