update-cachetime-3600
This commit is contained in:
@@ -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>
|
||||
{/novel:list}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user