修改提示语
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user