+ {/* 头部 */}
+
+ }
+ onClick={handleBack}
+ type="text"
+ style={{ color: '#fff' }}
+ >
+ 返回项目列表
+
+
+ ✨ 灵感模式
+
+
+ 通过对话快速创建你的小说项目
+
+
+
+ {/* 根据当前步骤渲染不同内容 */}
+ {(currentStep === 'idea' || currentStep === 'title' || currentStep === 'description' ||
+ currentStep === 'theme' || currentStep === 'genre' || currentStep === 'perspective' ||
+ currentStep === 'confirm') && renderChat()}
+ {currentStep === 'generating' && renderGenerating()}
+ {currentStep === 'complete' && renderComplete()}
+