fix: 修复多处TypeScript类型错误(Inspiration、ExpansionPlanEditor、sseClient等)

This commit is contained in:
xiamuceer-j
2026-01-14 14:33:43 +08:00
parent aeb78fddd2
commit 7ba2b2e5fa
31 changed files with 347 additions and 192 deletions
+3 -1
View File
@@ -39,6 +39,7 @@ export default function ProjectWizardNew() {
setResumeProjectId(projectId);
handleResumeGeneration(projectId);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchParams]);
// 恢复未完成项目的生成
@@ -320,7 +321,7 @@ export default function ProjectWizardNew() {
return (
<div style={{
minHeight: '100vh',
minHeight: '100dvh',
background: 'var(--color-bg-base)',
}}>
{/* 顶部标题栏 - 固定不滚动 */}
@@ -358,6 +359,7 @@ export default function ProjectWizardNew() {
color: '#fff',
textShadow: '0 2px 4px rgba(0,0,0,0.1)',
}}>
<RocketOutlined style={{ marginRight: 8 }} />
</Title>