From ecc924301d99339978d303f0870ed275e13efc59 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 28 May 2024 15:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91AI=20Image?= =?UTF-8?q?=20=E7=83=AD=E8=AF=8D=E8=AE=BE=E7=BD=AE=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/image/dall3/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ai/image/dall3/index.vue b/src/views/ai/image/dall3/index.vue index fd68a30e..067c9d98 100644 --- a/src/views/ai/image/dall3/index.vue +++ b/src/views/ai/image/dall3/index.vue @@ -183,6 +183,8 @@ const handlerHotWordClick = async (hotWord: string) => { } // 选中 selectHotWord.value = hotWord + // 替换提示词 + prompt.value = hotWord } /**