AI问片关闭弹窗不中断

This commit is contained in:
mtvpls
2026-02-17 13:17:22 +08:00
parent f5d549a617
commit e4a76b3f9d
3 changed files with 59 additions and 22 deletions
+1 -1
View File
@@ -8097,7 +8097,7 @@ function PlayPageClient() {
)}
{/* AI问片面板 */}
{aiEnabled && showAIChat && detail && (
{aiEnabled && detail && (
<AIChatPanel
isOpen={showAIChat}
onClose={() => setShowAIChat(false)}