Commit d1be8991 by cherishsince

【增加】midjourney 提交任务回调 onDrawStart 、onDrawComplete

parent 82fbb5e0
...@@ -129,7 +129,7 @@ const handlerGenerateImage = async () => { ...@@ -129,7 +129,7 @@ const handlerGenerateImage = async () => {
// todo @范 图片生产逻辑 // todo @范 图片生产逻辑
try { try {
// 回调 // 回调
// emits('onDrawStart', selectModel.value.key) emits('onDrawStart', selectModel.value.key)
// 发送请求 // 发送请求
const req = { const req = {
prompt: prompt.value, prompt: prompt.value,
...@@ -139,7 +139,7 @@ const handlerGenerateImage = async () => { ...@@ -139,7 +139,7 @@ const handlerGenerateImage = async () => {
await ImageApi.midjourneyImagine(req) await ImageApi.midjourneyImagine(req)
} finally { } finally {
// 回调 // 回调
// emits('onDrawComplete', selectModel.value.key) emits('onDrawComplete', selectModel.value.key)
} }
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment