{extend name="baseH5" /} {block name="get-data"} {if $Request.route.intNovelId} {novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="$Request.route.intForgeId" /} {else} {novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /} {/if} {if empty($Request.route.intForgeId)} {site:grm page_code="novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /} {else} {site:grm page_code="novel_info" diff="$Request.route.intForgeId" num="120" g_key="arrGrm" /} {/if} {/block} {block name="title"} {if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)} {site:replace code="INDEX@INDEX@TITLE"} {else} {site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intNovelId" /} {/if} {/block} {block name="keywords"} {if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)} {site:replace code="INDEX@INDEX@KEYWORDS"} {else} {site:replace code="NOVEL@GETNOVELINFO@KEYWORDS" diff="$Request.route.intNovelId"} {/if} {/block} {block name="description"} {if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)} {site:replace code="INDEX@INDEX@DESCRIPTION"} {else} {site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId"} {/if} {/block} {block name="head"} {/block} {block name="head-js"} {/block} {block name="body-class"}novel_info{/block} {block name="logo-html"}

{$DomainModel->d_name}

{/block} {block name="logo-html"}

-{$DomainModel->d_name}-{$DomainModel->d_text_logo}

{/block} {block name="main"}
{$arrGrm[1]|raw}

{$arrNovel['n_name']}最新章节 - {$arrNovel['n_author']} - {$DomainModel->d_name}

{if $DomainModel->info_id == $Request.route.intNovelId || empty($Request.route.intNovelId)}

{$DomainModel->d_index_description}

{/if}
{$arrGrm[4]|raw}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[113])} {$arrGrm[113]|raw} {/if}
{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节

{$arrNovel.n_name}

分类:{$arrNovel.n_category } / {$arrNovel.n_status }
作者:{$arrNovel.n_author ?? '迭名'}
更新:{: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}
概要: {$arrNovel.n_description}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[114])} {$arrGrm[114]|raw} {/if}
    {chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="3600"}
  • {if !empty($arrGrm[$key + 6])} {$arrGrm[$key+6]|raw} {/if} {$Chapter.c_name}
  • {/chapter:list}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[115])} {$arrGrm[115]|raw} {/if}
{if empty($Request.route.intForgeId)}
{site:wz wz="推荐等级" /}
{$arrNovel.n_level}
{site:wz wz="收藏数" /}
0
{site:wz wz="在看人数" /}
{$arrNovel.arrNovelClicks.total}
{else} {php} $min = 1; // 最小值(可根据需要调整) $max = 10000; // 最大值(可根据需要调整) $randomNumberR = mt_rand($min, 10); // 生成随机整数 $randomNumberS = mt_rand($min, $max); // 生成随机整数 $randomNumberK = mt_rand($min, $max); // 生成随机整数 {/php}
{site:wz wz="推荐等级" /}
{$randomNumberR}
{site:wz wz="收藏数" /}
{$randomNumberS}
{site:wz wz="在看人数" /}
{$randomNumberK}
{/if}
经典: {$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
{if !empty($Request.route.intForgeId) && !empty($arrGrm[116])} {$arrGrm[116]|raw} {/if}
相关标签: {if empty($Request.route.intForgeId)} {php} $arrRandomForgeNovels = []; if (isset($arrNovel['n_forge_novel']) && is_array($arrNovel['n_forge_novel'])) { $arrRandomForgeNovels = $arrNovel['n_forge_novel']; } {/php} {volist name='$arrNovel.arrRelateveNovel' id='Novel' key="key"} {if !empty($arrGrm[$key + 24])} {$arrGrm[$key+24]|raw} {/if} {$Novel.n_name}   {/volist} {else} {novel:list count="10" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key" d_val="Novel" diff_key="$Request.route.intForgeId" cache_life="1000"} {$Novel.n_name}   {/novel:list} {php} $arrRandomForgeNovels = []; if (isset($arrNovel['n_forge_novel']) && is_array($arrNovel['n_forge_novel'])) { $forgeNovels = $arrNovel['n_forge_novel']; if (count($forgeNovels) > 10) { $randomKeys = array_rand($forgeNovels, 10); $arrRandomForgeNovels = array_intersect_key($forgeNovels, array_flip($randomKeys)); } else { $arrRandomForgeNovels = $forgeNovels; shuffle($arrRandomForgeNovels); } $arrRandomForgeNovels = array_values($arrRandomForgeNovels); } {/php} {/if} {volist name='arrRandomForgeNovels' id='ForgeNovel' key="key"} {if !empty($arrGrm[$key + 34])} {$arrGrm[$key+34]|raw} {/if} {$ForgeNovel.n_forge_title}   {/volist}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[101])} {$arrGrm[101]|raw} {/if}
猜你喜欢
{if empty($Request.route.intForgeId)}
{novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key" d_val="Novel" cache_life="3600"} {include file="public/novel-list-flex" start="16"/} {/novel:list}
{else}
{novel:list count="32" 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="32" 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}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[118])} {$arrGrm[118]|raw} {/if}
{if !empty($Request.route.intForgeId) && !empty($arrGrm[98])} {$arrGrm[98]|raw} {/if} {/block} {block name="customize"} {/block}