feat: add dalle3 page for h5

This commit is contained in:
RockYang
2024-05-29 17:25:01 +08:00
parent 296260bf6a
commit 03f7f2a53e
4 changed files with 497 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<image-sd/>
</van-tab>
<van-tab title="DALL" name="dall">
<van-empty description="功能正在开发中"/>
<image-dall />
</van-tab>
</van-tabs>
</div>
@@ -18,6 +18,7 @@
import {ref} from "vue";
import ImageMj from "@/views/mobile/pages/ImageMj.vue";
import ImageSd from "@/views/mobile/pages/ImageSd.vue";
import ImageDall from "@/views/mobile/pages/ImageDall.vue";
const activeName = ref("mj")
</script>