From 3328b3e94d3e9453a62658f5d0ab56ff679e00ee Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 18 Jul 2024 09:31:29 +0800 Subject: [PATCH] fix: message word-wrap and develop mode UI --- src/message.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/message.tsx b/src/message.tsx index ebb90d1..780783a 100644 --- a/src/message.tsx +++ b/src/message.tsx @@ -113,9 +113,9 @@ export default function Message(props: Props) { chat.role === "assistant" ? "justify-start" : "justify-end" }`} > -
+
@@ -193,7 +193,11 @@ export default function Message(props: Props) { )} {showCopiedHint && } {chatStore.develop_mode && ( -
+
token