wechat login is ready

This commit is contained in:
RockYang
2024-07-04 15:34:32 +08:00
parent cdb1a8bde1
commit a5ef4299ec
15 changed files with 416 additions and 238 deletions

View File

@@ -155,6 +155,7 @@ const synthesis = (text) => {
// 重新生成
const reGenerate = (prompt) => {
console.log(prompt)
emits('regen', prompt)
}
</script>