Skip to content

Commit 6c0b7da

Browse files
fix: 知识库问答问题限制字符数量(#148)
1 parent 10408c5 commit 6c0b7da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/components/ai-chat/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
抱歉,没有查找到相关内容,请重新描述您的问题或提供更多信息。
6464
</el-card>
6565
<el-card v-else-if="item.is_stop" shadow="always" class="dialog-card">
66-
已停止回答
66+
已停止回答
6767
</el-card>
6868
<el-card v-else shadow="always" class="dialog-card">
6969
回答中 <span class="dotting"></span>
@@ -147,6 +147,7 @@
147147
placeholder="请输入"
148148
:rows="1"
149149
type="textarea"
150+
:maxlength="1024"
150151
@keydown.enter="sendChatHandle($event)"
151152
/>
152153
<div class="operate">

0 commit comments

Comments
 (0)