From d701e63a526f9b04ebf2f7839183f723629cd37e Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 15 Feb 2024 10:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=AD=A3=EF=BC=8C?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.tsx | 45 ----------------------------------------- 1 file changed, 45 deletions(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 0bef821b6..48b16e2b0 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1263,45 +1263,6 @@ function _Chat() { ? Locale.Chat.IsContext : message.date.toLocaleString()} - - {/*{showActions && (*/} - {/*
*/} - {/*
*/} - {/* {message.streaming ? (*/} - {/* }*/} - {/* onClick={() => onUserStop(message.id ?? i)}*/} - {/* />*/} - {/* ) : (*/} - {/* <>*/} - {/* }*/} - {/* onClick={() => onResend(message)}*/} - {/* />*/} - - {/* }*/} - {/* onClick={() => onDelete(message.id ?? i)}*/} - {/* />*/} - - {/* }*/} - {/* onClick={() => onPinMessage(message)}*/} - {/* />*/} - {/* }*/} - {/* onClick={() => copyToClipboard(message.content)}*/} - {/* />*/} - {/* */} - {/* )}*/} - {/*
*/} - {/*
*/} - {/*)}*/} {showTyping && (
@@ -1419,12 +1380,6 @@ function _Chat() {
)} - {/*
*/} - {/* {isContext*/} - {/* ? Locale.Chat.IsContext*/} - {/* : message.date.toLocaleString()}*/} - {/*
*/} - {showActions && (