debug-log-grm

This commit is contained in:
make
2025-05-20 20:05:23 +08:00
parent 5030555a97
commit 94a3595c18
33 changed files with 165 additions and 61 deletions

View File

@@ -183,7 +183,9 @@
<ul class="ph_list">
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter" cache_life="3600"}
<li class="br-b-1">
{$arrGrm[$d_key]|raw}
{if !empty($arrGrm[$d_key])}
{$arrGrm[$d_key]|raw}
{/if}
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
class="s">
{$Chapter.c_name}
@@ -204,7 +206,9 @@
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
cache_life="3600"}
<li class="br-b-1">
{$arrGrm[$d_key]|raw}
{if !empty($arrGrm[$d_key])}
{$arrGrm[$d_key]|raw}
{/if}
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
class="s">
{$Chapter.c_name}