From e881b9cefd56e5b6d6c12777c140418fc1c8d3fc Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 9 Jul 2024 21:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E7=BB=98=E5=9B=BE=20index.vue=20=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A2=B3=E7=90=86=2070%=EF=BC=88Dall3.vue=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai/image/index/components/ImageDetail.vue | 9 +- .../ai/image/index/components/dall3/index.vue | 136 ++++++------------ .../components/stableDiffusion/index.vue | 7 +- src/views/ai/utils/constants.ts | 61 ++++++-- 4 files changed, 106 insertions(+), 107 deletions(-) diff --git a/src/views/ai/image/index/components/ImageDetail.vue b/src/views/ai/image/index/components/ImageDetail.vue index 32838b3d..57a550a6 100644 --- a/src/views/ai/image/index/components/ImageDetail.vue +++ b/src/views/ai/image/index/components/ImageDetail.vue @@ -112,14 +112,21 @@ {{ detail?.options?.seed }} + +
+
风格选择
+
+ {{ Dall3StyleList.find((item: ImageModelVO) => item.key === detail?.options?.style)?.name }} +
+