From c144c39d9f3f86e1b52ae4247f8322f6396a4320 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 11 三月 2025 13:39:25 +0800 Subject: [PATCH] 查看文件内容 --- src/components/chat/smallChat/types.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/chat/smallChat/types.ts b/src/components/chat/smallChat/types.ts index 24398be..8e96819 100644 --- a/src/components/chat/smallChat/types.ts +++ b/src/components/chat/smallChat/types.ts @@ -2,6 +2,7 @@ value:string; isLoading: boolean; isError: boolean; + reason?: string; }; export type UserContent = { -- Gitblit v1.9.3