This commit is contained in:
2024-03-29 19:03:35 +08:00
parent 84a2eab9ad
commit 8cdcb7a073
15 changed files with 485 additions and 146 deletions

View File

@@ -41,7 +41,7 @@ const handleClickConfirmButton = () => {
}
Notification.warning({
title: "无法关闭",
content: "生成大纲未完成,请等待生成完成后再关闭"
content: `生成${props.text}未完成,请等待生成完成后再关闭`
})
return false
}