小说重复率优化
This commit is contained in:
@@ -203,12 +203,14 @@
|
||||
<h2>{$arrNovel.n_name}</h2>
|
||||
<div class="novel-author">分类:{$arrNovel.n_category } / {$arrNovel.n_status }</div>
|
||||
<div class="novel-author">作者:{$arrNovel.n_author ?? '迭名'}</div>
|
||||
<div class="novel-time">更新:{$arrNovel.n_update_time}</div>
|
||||
<div class="novel-time">更新:{:date('Y-m-d H:i:s')}</div>
|
||||
{$arrGrm[5]|raw}
|
||||
<a class="novel-new-zj" href='{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
||||
最新:{$arrNovel.arrLatestChapter.c_name ?? ""}</a>
|
||||
</div>
|
||||
|
||||
{if !empty($Request.route.intForgeId) && !empty($arrGrm[97])}
|
||||
{$arrGrm[97]|raw}
|
||||
{/if}
|
||||
<div class="detail-desc">
|
||||
<span class="label">概要:</span>
|
||||
<span class="value">
|
||||
@@ -359,11 +361,20 @@
|
||||
</div>
|
||||
{else}
|
||||
<div class="work-list">
|
||||
{novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key"
|
||||
{novel:list count="16" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key"
|
||||
d_val="Novel" diff_key="$Request.route.intForgeId" cache_life="600"}
|
||||
{include file="public/novel-list-flex" start="16"/}
|
||||
{/novel:list}
|
||||
</div>
|
||||
{if !empty($Request.route.intForgeId) && !empty($arrGrm[99])}
|
||||
{$arrGrm[99]|raw}
|
||||
{/if}
|
||||
<div class="work-list">
|
||||
{novel:ranklist count="8" sort_type="daily" d_key="d_key"
|
||||
d_val="Novel" diff_key="$Request.route.intForgeId" cache_life="600"}
|
||||
{include file="public/novel-list-flex" start="16"/}
|
||||
{/novel:ranklist}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
@@ -372,7 +383,9 @@
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if !empty($Request.route.intForgeId) && !empty($arrGrm[98])}
|
||||
{$arrGrm[98]|raw}
|
||||
{/if}
|
||||
<script>
|
||||
const strNovelId = `{$arrNovel.n_id}`;
|
||||
const arrNovel = {
|
||||
|
||||
Reference in New Issue
Block a user