debug=干扰码

This commit is contained in:
make
2025-04-09 00:57:30 +08:00
parent 466abd8cd6
commit c2e7218fe7
35 changed files with 175 additions and 493 deletions

View File

@@ -94,6 +94,7 @@
<div class="con_box">
<div class="top">
{$arrGRM[0]|raw}
<h3><a href='/pc{site:nurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" /}' >{$arrNovel['og_novel_book_name']}</a></h3>
<p>作者:{$arrNovel.og_novel_author}</p>
</div>
@@ -106,8 +107,9 @@
<div class="fL_con">
<ul>
{foreach $arrPage.data as $Chapter}
{foreach $arrPage.data as $key => $Chapter }
<li>
{$arrGRM[$key]|raw}
<a href="/pc/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$arrNovel.n_id}/zhang-{$Chapter.c_sort_num}" >{$Chapter.name}</a>
</li>
{/foreach}