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
+1 -1
View File
@@ -58,7 +58,7 @@ export default function WorldSetting() {
// 可以在这里显示生成的内容片段(可选)
console.log('生成片段:', chunk);
},
onResult: (result: any) => {
onResult: (result: { time_period: string; location: string; atmosphere: string; rules: string }) => {
// 保存新生成的数据
const newData = {
time_period: result.time_period,