Commit 61418a1a by cherishsince

【增加】AI image 增加 Image Task

parent 9c8d10b7
...@@ -11,17 +11,18 @@ ...@@ -11,17 +11,18 @@
</div> </div>
</div> </div>
<div class="main"> <div class="main">
main <ImageTask />
</div>
<div class="right">
right
</div> </div>
<!-- <div class="right">-->
<!-- right-->
<!-- </div>-->
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import Dall3 from './dall3/index.vue' import Dall3 from './dall3/index.vue'
import Midjourney from './midjourney/index.vue' import Midjourney from './midjourney/index.vue'
import ImageTask from './ImageTask.vue'
// 定义属性 // 定义属性
const selectModel = ref('DALL3绘画') const selectModel = ref('DALL3绘画')
......
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