From 497e65d86dfcf87046088dcd412f66b4963aa7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 21 May 2026 22:28:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E9=A2=91=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=89=A3=E8=B4=B9=E4=B8=8D=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E6=AC=A0=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tauri-app/src/pages/VideoGeneration/hooks/useVideoGeneration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tauri-app/src/pages/VideoGeneration/hooks/useVideoGeneration.ts b/tauri-app/src/pages/VideoGeneration/hooks/useVideoGeneration.ts index 6524219..301d988 100644 --- a/tauri-app/src/pages/VideoGeneration/hooks/useVideoGeneration.ts +++ b/tauri-app/src/pages/VideoGeneration/hooks/useVideoGeneration.ts @@ -384,7 +384,6 @@ export function useVideoGeneration({ sourceType: 'video', sourceId: `video_${useAuthStore.getState().user?.id || 'unknown'}_${Date.now()}`, description: '视频生成', - allowNegative: true, }); await fetchBalance();