Skip to content

Commit

Permalink
fix: 知识库问答问题限制字符数量(1Panel-dev#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud authored Apr 18, 2024
1 parent 10408c5 commit 6c0b7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/ai-chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
抱歉,没有查找到相关内容,请重新描述您的问题或提供更多信息。
</el-card>
<el-card v-else-if="item.is_stop" shadow="always" class="dialog-card">
已停止回答
已停止回答
</el-card>
<el-card v-else shadow="always" class="dialog-card">
回答中 <span class="dotting"></span>
Expand Down Expand Up @@ -147,6 +147,7 @@
placeholder="请输入"
:rows="1"
type="textarea"
:maxlength="1024"
@keydown.enter="sendChatHandle($event)"
/>
<div class="operate">
Expand Down

0 comments on commit 6c0b7da

Please sign in to comment.