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}