This commit is contained in:
toom1996
2025-07-21 10:23:09 +08:00
parent b799219db8
commit 7a12c336d4

View File

@ -112,7 +112,7 @@ if (!data || code !== 0) {
<li class={`previous-${index + 1}`}> <li class={`previous-${index + 1}`}>
<div class="previous-one-img"> <div class="previous-one-img">
<a <a
href={`news/${item.id}`} href={`/news/${item.id}`}
title={item.title} title={item.title}
> >
<Image <Image
@ -126,7 +126,7 @@ if (!data || code !== 0) {
<div class="previous-recent-title"> <div class="previous-recent-title">
<h4 class="title"> <h4 class="title">
<a <a
href={`news/${item.id}`} href={`/news/${item.id}`}
title={item.title} title={item.title}
> >
{item.title} {item.title}