mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-25 17:45:58 +08:00
更新绘图和视频生成提示词字段长度限制,优化图生图逻辑,统一转成base64 的格式发送到远程 API
This commit is contained in:
@@ -63,7 +63,11 @@ const doSendMsg = (data) => {
|
||||
x: data.x,
|
||||
})
|
||||
.then(() => {
|
||||
ElMessage.success("验证码发送成功");
|
||||
if (props.type === "mobile") {
|
||||
ElMessage.success("验证码发送成功");
|
||||
} else if (props.type === "email") {
|
||||
ElMessage.success("验证码已发送至邮箱,如果长时间未收到,请检查是否在垃圾邮件中!");
|
||||
}
|
||||
let time = 60;
|
||||
btnText.value = time;
|
||||
const handler = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user