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

@@ -164,7 +164,10 @@ button_num="5" cache_life="3600" func="generateCategoryPager" export_name="resDa
{novel:list count="8" sort_type="tuijian" d_key="d_key" d_val="Novel" p_val="page_data" cache_life="3600"}
<dl class="rec-focus-book">
<dt class="book-img">
{$arrGrm[$d_key+30]|raw}
{if !empty($arrGrm[$d_key+30])}
{$arrGrm[$d_key+30]|raw}
{/if}
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
<img height="100" width="80" class="lazyload-img" src="/static/img/default.jpg"
data-src="{$Novel.n_cover_path ?? ''}"