From 55528a09947e20e97b07a94c028ba957ed2318f2 Mon Sep 17 00:00:00 2001 From: make Date: Tue, 22 Jul 2025 14:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=AF=B4=E9=87=8D=E5=A4=8D=E7=8E=87?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/shikong/novel/getKanNovelInfo.html | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/code/app/home/view/shikong/novel/getKanNovelInfo.html b/code/app/home/view/shikong/novel/getKanNovelInfo.html index ab2c435..2634af6 100644 --- a/code/app/home/view/shikong/novel/getKanNovelInfo.html +++ b/code/app/home/view/shikong/novel/getKanNovelInfo.html @@ -203,12 +203,14 @@

{$arrNovel.n_name}

分类:{$arrNovel.n_category } / {$arrNovel.n_status }
作者:{$arrNovel.n_author ?? '迭名'}
-
更新:{$arrNovel.n_update_time}
+
更新:{:date('Y-m-d H:i:s')}
{$arrGrm[5]|raw} 最新:{$arrNovel.arrLatestChapter.c_name ?? ""} - + {if !empty($Request.route.intForgeId) && !empty($arrGrm[97])} + {$arrGrm[97]|raw} + {/if}
概要: @@ -359,11 +361,20 @@
{else}
- {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}
+ {if !empty($Request.route.intForgeId) && !empty($arrGrm[99])} + {$arrGrm[99]|raw} + {/if} +
+ {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} +
{/if} @@ -372,7 +383,9 @@ {/if} - +{if !empty($Request.route.intForgeId) && !empty($arrGrm[98])} + {$arrGrm[98]|raw} + {/if}