Fix(云灵AI):[#5395]输入框文本超字符限制无提示,超限新增内容输入框不显示,发送后又显示

This commit is contained in:
lifizer
2026-06-29 16:58:02 +08:00
parent 1467bd7365
commit 87f9efe143
+1 -1
View File
@@ -221,7 +221,7 @@ export const chatMixinsV2 = {
return return
} }
if (this.loading) return if (this.loading) return
const prompt = params.prompt const prompt = params.prompt.substr(0, 500)
if (params.init !== 1) { if (params.init !== 1) {
_this.chatMessageList.push({ _this.chatMessageList.push({
prompt, prompt,