轮播图缓存乐观更新,首页加载完毕后加载。

This commit is contained in:
mtvpls
2026-01-30 09:58:26 +08:00
parent 2d0df4bb80
commit 1ad91eeebd
2 changed files with 62 additions and 32 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ function HomeClient() {
{/* TMDB 热门轮播图 */}
{homeBannerEnabled && (
<div className='w-full mb-4'>
<BannerCarousel />
<BannerCarousel delayLoad={true} />
</div>
)}