| | |
| | | <!-- dall3 --> |
| | | <script setup lang="ts"> |
| | | import type { ImageModel, ImageSize } from '../../../../../../packages/constants/src'; |
| | | import type { ImageModel, ImageSize } from '@vben/constants'; |
| | | |
| | | import type { AiImageApi } from '#/api/ai/image'; |
| | | import type { AiModelModelApi } from '#/api/ai/model/model'; |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { confirm } from '../../../../../../packages/effects/common-ui/src'; |
| | | import { confirm } from '@vben/common-ui'; |
| | | import { |
| | | AiPlatformEnum, |
| | | Dall3Models, |
| | | Dall3SizeList, |
| | | Dall3StyleList, |
| | | ImageHotWords, |
| | | } from '../../../../../../packages/constants/src'; |
| | | } from '@vben/constants'; |
| | | |
| | | import { Button, Image, message, Space, Textarea } from 'ant-design-vue'; |
| | | |