mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-24 07:02:02 +00:00
feat: 删除多余的内容
This commit is contained in:
@@ -96,7 +96,12 @@ function addMessage(message: string, user = false, error = false) {
|
||||
</main>
|
||||
<footer class="p-4">
|
||||
<div class="flex items-center justify-between space-x-2">
|
||||
<NInput v-model:value="value" placeholder="Type a message" :disabled="loading" @keyup="handleEnter" />
|
||||
<NInput
|
||||
v-model:value="value"
|
||||
placeholder="Type a message"
|
||||
:disabled="loading"
|
||||
@keyup="handleEnter"
|
||||
/>
|
||||
<NButton type="primary" :loading="loading" @click="handleSubmit">
|
||||
<SvgIcon icon="ri:send-plane-fill" />
|
||||
</NButton>
|
||||
|
Reference in New Issue
Block a user