This commit is contained in:
make
2025-04-01 17:32:45 +08:00
parent 521347c20f
commit 7a98fd404c
13 changed files with 110 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
<li class="s1">
<img class="pic lazy lazyload-img" data-encrypted="false"
src="/static/img/default.jpg" data-src="https://www.630zw.org/img/176943.jpg"
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
alt="{$Novel.og_novel_book_name ?? ''}" />
<a class="tit" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'>{$Novel.og_novel_book_name ?? ''}</a>
<p class="intro">{$Novel.og_description ?? ''}</p>
@@ -9,7 +9,7 @@
<aria>作者:</aria>{$Novel.og_novel_author ?? ''}
</span>
<em class="type">{$Novel->og_novel_category ?? ''}</em>
<em class='{eq name="$Novel->og_novel_status" value="连载中"}serial{else}finish {/eq}'>{$Novel->og_novel_status ?? ''}</em>
<em class='{eq name="$Novel->og_novel_status ?? null " value="连载中"}serial{else}finish {/eq}'>{$Novel->og_novel_status ?? ''}</em>
</p>
</li>