fix: 移除未使用的解构变量,修复 ESLint no-unused-vars 错误

This commit is contained in:
2026-08-07 11:54:07 +08:00
parent 3079fe1aec
commit 233c10a77d
@@ -94,14 +94,8 @@ export const GenerateStepContent: React.FC<GenerateStepContentProps> = (props) =
selectedVoice,
onSelectedVoiceChange,
voiceMode,
onVoiceModeChange,
selectedClonedVoice,
onSelectedClonedVoiceChange,
clonedVoices,
addClone,
hasProcessing,
cloneModalOpen,
onCloneModalOpenChange,
generateCount,
onGenerateCountChange,
generating,