Commit 60de1b97 by cherishsince

【增加】Dall3 增加图片生成 (function 待实现)

parent 5232a2bf
......@@ -65,7 +65,10 @@
</div>
</el-space>
</div>
<div class="btns">
<!-- <el-button size="large" round>重置内容</el-button>-->
<el-button type="primary" size="large" round @click="handlerGenerateImage">生成内容</el-button>
</div>
</template>
<script setup lang="ts">
......@@ -155,6 +158,12 @@ const handlerSizeClick = async (imageSize: ImageSizeVO) => {
console.log(imageSize)
}
/**
* 图片生产
*/
const handlerGenerateImage = async () => {
// todo @范 图片生产逻辑
}
</script>
<style scoped lang="scss">
......@@ -249,4 +258,10 @@ const handlerSizeClick = async (imageSize: ImageSizeVO) => {
border: 1px solid #1293ff !important;
}
}
.btns {
display: flex;
justify-content: center;
margin-top: 50px;
}
</style>
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