update-cachetime-3600
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
<dl>
|
||||
<dt>《{$arrNovel.n_name}》最新章节</dt>
|
||||
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter"
|
||||
cache_life="86400"}
|
||||
cache_life="3600"}
|
||||
<dd>
|
||||
{if !empty($arrGrm[$key])}
|
||||
{$arrGrm[$key]|raw}
|
||||
@@ -172,7 +172,7 @@
|
||||
<b>《{$arrNovel.n_name}》正文目录</b>
|
||||
</dt>
|
||||
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter"
|
||||
cache_life="86400"}
|
||||
cache_life="3600"}
|
||||
<dd>
|
||||
{if !empty($arrGrm[$key + 12])}
|
||||
{$arrGrm[$key + 12]|raw}
|
||||
@@ -212,7 +212,7 @@
|
||||
<div class="hotbook">
|
||||
<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