首页素材案例弹窗修改

This commit is contained in:
sjy
2026-07-10 14:20:49 +08:00
parent d99062ca98
commit f2f8625425
9 changed files with 383 additions and 110 deletions
@@ -498,6 +498,9 @@ const AIChatPage: React.FC = () => {
});
setCurrentMedia(mediaItems);
}
if (state.aspectRatio) {
setVideoAspectRatio(state.aspectRatio);
}
window.history.replaceState({}, '', window.location.pathname);
}
}, [location.state]);