Skip to content

Commit ecc9243

Browse files
committed
【增加】AI Image 热词设置提示词
1 parent 11ec263 commit ecc9243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/ai/image/dall3/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ const handlerHotWordClick = async (hotWord: string) => {
183183
}
184184
// 选中
185185
selectHotWord.value = hotWord
186+
// 替换提示词
187+
prompt.value = hotWord
186188
}
187189
188190
/**

0 commit comments

Comments
 (0)