浏览代码

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

cherishsince 1 年之前
父节点
当前提交
ecc924301d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
 }
 
 /**