【增加】AI image 增加 Image Task
This commit is contained in:
parent
9c8d10b70c
commit
61418a1a1b
@ -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绘画')
|
||||||
|
Loading…
Reference in New Issue
Block a user