Browse Source

【增加】AI Image 热词设置提示词

cherishsince 1 năm trước cách đây
mục cha
commit
ecc924301d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/ai/image/dall3/index.vue

+ 2 - 0
src/views/ai/image/dall3/index.vue

@@ -183,6 +183,8 @@ const handlerHotWordClick = async (hotWord: string) => {
   }
   // 选中
   selectHotWord.value = hotWord
+  // 替换提示词
+  prompt.value = hotWord
 }
 
 /**