【增加】AI Image 列表增加删除

This commit is contained in:
cherishsince
2024-05-28 10:37:44 +08:00
parent c87713f040
commit 2211618ada
3 changed files with 19 additions and 2 deletions

View File

@ -6,7 +6,9 @@
<el-segmented v-model="selectModel" :options="modelOptions" />
</div>
<div class="modal-switch-container">
<Dall3 v-if="selectModel === 'DALL3绘画'" @on-draw-start="handlerDrawStart" @on-draw-complete="handlerDrawComplete" />
<Dall3 v-if="selectModel === 'DALL3绘画'"
@on-draw-start="handlerDrawStart"
@on-draw-complete="handlerDrawComplete" />
<Midjourney v-if="selectModel === 'MJ绘画'" />
</div>
</div>