From f6c2ebaacbb45eb0b110b85a03ef9bfac2393bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Tue, 12 Aug 2025 16:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/character-tab-content.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ui/character-tab-content.tsx b/components/ui/character-tab-content.tsx index a312560..f24fc3b 100644 --- a/components/ui/character-tab-content.tsx +++ b/components/ui/character-tab-content.tsx @@ -9,7 +9,6 @@ import { ReplaceCharacterPanel, mockShots, mockCharacter } from './replace-chara import { CharacterLibrarySelector } from './character-library-selector'; import HorizontalScroller from './HorizontalScroller'; import { useEditData } from '@/components/pages/work-flow/use-edit-data'; -import { useRoleShotServiceHook } from '@/app/service/Interaction/RoleShotService'; import { useSearchParams } from 'next/navigation'; interface Appearance { @@ -89,7 +88,6 @@ export function CharacterTabContent({ const searchParams = useSearchParams(); const episodeId = searchParams.get('episodeId'); - const {fetchRoleShots} = useRoleShotServiceHook(episodeId as string) useEffect(() => { console.log('-==========roleData===========-', roleData); @@ -121,7 +119,6 @@ export function CharacterTabContent({ // 替换角色 setIsReplacePanelOpen(true); - fetchRoleShots("President Alfred King"); }; // President Alfred King Samuel Ryan const handleConfirmReplace = (selectedShots: string[], addToLibrary: boolean) => {