|
|
|
@ -144,7 +144,7 @@ export default async function Journal({ params }: { params: { category?: string;
|
|
|
|
|
{!!recommendList?.length && <JournalRecommendList list={recommendList} />}
|
|
|
|
|
|
|
|
|
|
{!!carouselList?.length && (
|
|
|
|
|
<HomeCarousel className="mt-40px w-340px h-120px overflow-hidden" list={carouselList} />
|
|
|
|
|
<HomeCarousel className="mt-40px w-340px h-120px rounded-3px overflow-hidden" list={carouselList} />
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|