no message

This commit is contained in:
kuaifan 2025-09-26 19:00:18 +08:00
parent a6597b44c3
commit 95bf70f568
2 changed files with 6 additions and 0 deletions

View File

@ -908,3 +908,6 @@ URL格式不正确
生成项目失败
生成项目成功
清理完成
项目提示词不能为空
消息提示词不能为空

View File

@ -859,6 +859,9 @@ import {convertLocalResourcePath} from "../components/Replace/utils";
config.value = val;
},
'on-enter': (e) => {
if (inputProps.type === 'textarea') {
return;
}
$A(e.target).parents(".ivu-modal-body").find(".ivu-btn-primary").click();
}
}