This commit is contained in:
make
2025-04-18 22:20:35 +08:00
parent 0b83e04b34
commit ed4a97bc19
21 changed files with 487 additions and 341 deletions

View File

@@ -55,9 +55,12 @@
<span>最新标签</span>
</h3>
<div class="rec-focus" style="font-size:12px;">
{foreach $arrForgeNovel as $key=>$Novel }
<a href="/">{$Novel.n_name}</a>&nbsp;&nbsp;
{/foreach}
{novel:list count="10" sort_type="news" d_key="d_key" d_val="Novel" p_val="page_data" cache_life="86400"}
{volist name='Novel.n_forge_novel' id='ForgeNovel'}
<a
href='{site:nnurl n_id="$arrNovel[n_id]" n_py="$arrNovel[n_name_pinyin]" n_fid="$ForgeNovel[n_forge_id]"/}'>{$ForgeNovel.n_forge_title}</a>&nbsp;&nbsp;
{/volist}
{/novel:list}
<a href="/sitemap_index.xml">XML地图</a>&nbsp;&nbsp;
</div>
</div>