修改提示语

This commit is contained in:
龙澳
2026-03-23 16:16:11 +08:00
parent e45a195862
commit 98f3969ad6

View File

@@ -688,7 +688,7 @@ onBeforeUnmount(() => {
<textarea <textarea
v-model="text" v-model="text"
rows="2" rows="2"
placeholder="给 nanobot 发送消息" placeholder="发送消息"
@keydown.enter.exact.prevent="sendMessage" @keydown.enter.exact.prevent="sendMessage"
/> />
<button :disabled="!canSend" @click="sendMessage">发送</button> <button :disabled="!canSend" @click="sendMessage">发送</button>