mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
feat: mobile mj list page is ready
This commit is contained in:
@@ -377,6 +377,7 @@ const sendMessage = () => {
|
||||
}
|
||||
|
||||
if (prompt.value.trim().length === 0) {
|
||||
showToast("请输入需要 AI 回答的问题")
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -417,7 +418,7 @@ const reGenerate = () => {
|
||||
icon: loginUser.value.avatar,
|
||||
content: renderInputText(text)
|
||||
});
|
||||
socket.value.send(text);
|
||||
socket.value.send(previousText.value);
|
||||
}
|
||||
|
||||
const showShare = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user