【增加】AI image 增加 Image Task
This commit is contained in:
parent
9c8d10b70c
commit
61418a1a1b
@ -11,17 +11,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
main
|
||||
</div>
|
||||
<div class="right">
|
||||
right
|
||||
<ImageTask />
|
||||
</div>
|
||||
<!-- <div class="right">-->
|
||||
<!-- right-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Dall3 from './dall3/index.vue'
|
||||
import Midjourney from './midjourney/index.vue'
|
||||
import ImageTask from './ImageTask.vue'
|
||||
|
||||
// 定义属性
|
||||
const selectModel = ref('DALL3绘画')
|
||||
|
Loading…
Reference in New Issue
Block a user